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

[class^="oi-"], [class*=" oi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'infra_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oi-star_border:before {
  content: "\e902";
}
.oi-star_filled:before {
  content: "\e903";
}
.oi-building:before {
  content: "\e901";
}
.oi-yen:before {
  content: "\e900";
}

