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

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

.i-cue-prev:before {
  content: "\e900";
}
.i-cue-next:before {
  content: "\e901";
}
