@font-face {
  font-family: 'Player Icon';
  src: url('player_sky_radio/icon.eot#iefix') format('embedded-opentype'),
    url('player_sky_radio/icon.woff') format('woff'),
    url('player_sky_radio/icon.ttf') format('truetype'),
    url('player_sky_radio/icon.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.icon-video:before {
  content: "\e900";
}
.icon-volume-off:before {
  content: "\e901";
}
.icon-volume-low:before {
  content: "\e902";
}
.icon-volume-high:before {
  content: "\e903";
}
.icon-videocam:before {
  content: "\e904";
}
.icon-stop:before {
  content: "\e905";
}
.icon-playlist:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e907";
}
.icon-pause:before {
  content: "\e908";
}
.icon-home:before {
  content: "\e909";
}
.icon-fullscreen-exit:before {
  content: "\e90a";
}
.icon-fullscreen-enter:before {
  content: "\e90b";
}
.icon-dots:before {
  content: "\e90c";
}
.icon-close:before {
  content: "\e90d";
}
.icon-circle-spinner:before {
  content: "\e90e";
}
.icon-circle-o-notch:before {
  content: "\e90f";
}
.icon-chevron-up:before {
  content: "\e910";
}
.icon-chevron-right:before {
  content: "\e911";
}
.icon-chevron-left:before {
  content: "\e912";
}
.icon-chevron-down:before {
  content: "\e913";
}
.icon-cards-list:before {
  content: "\e914";
}

