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

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

.ic-star-half:before {
  content: "\ed998";
}
.ic-star-full:before {
  content: "\ed999";
}
.ic-star-empty:before {
  content: "\ed997";
}
