@font-face {
  font-family: 'star-ants';
  src:
    url('fonts/star-ants.ttf?1t0ws1') format('truetype'),
    url('fonts/star-ants.woff?1t0ws1') format('woff'),
    url('fonts/star-ants.svg?1t0ws1#star-ants') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.icon-starsant:before {
  content: "\e900";
}
.icon-starssatisfaction:before {
  content: "\e901";
}
