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

[class^="star-icon-"], [class*=" star-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'star-icon' !important;
  speak: never;
  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;
}

.star-icon-star-converted:before {
  content: "\e900";
}
