@charset "UTF-8";

@font-face {
  font-family: "ozzie";
  src:url("fonts/ozzie.eot");
  src:url("fonts/ozzie.eot?#iefix") format("embedded-opentype"),
    url("fonts/ozzie.woff") format("woff"),
    url("fonts/ozzie.ttf") format("truetype"),
    url("fonts/ozzie.svg#ozzie") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "ozzie" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ozzie" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bigdata:before {
  content: "\e000";
}
.icon-ecosystem:before {
  content: "\e001";
}
.icon-elevation:before {
  content: "\e002";
}
.icon-energy:before {
  content: "\e003";
}
.icon-environmental:before {
  content: "\e004";
}
.icon-health:before {
  content: "\e005";
}
.icon-huba:before {
  content: "\e006";
}
.icon-innovation:before {
  content: "\e007";
}
.icon-research:before {
  content: "\e008";
}
.icon-retroffiting:before {
  content: "\e009";
}
.icon-robotics:before {
  content: "\e00a";
}
.icon-smartcities:before {
  content: "\e00b";
}
.icon-water:before {
  content: "\e00c";
}
