@font-face {
  font-family: 'tbs-iconfont';
  src:
    url('vhs-assets-css-93cb4430d4f967619f6ffd90108e183c.ttf?4fxr9') format('truetype'),
    url('vhs-assets-css-2e8662536eed4a190dc39f9efa0adba9.woff?4fxr9') format('woff'),
    url('vhs-assets-css-89e058e48ed3b2fbe74dbbede48621bd.svg?4fxr9#tbs-iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tbs-iconfont' !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-play:before {
  content: "\e900";
}
.icon-play-hover:before {
  content: "\e901";
}
.icon-next:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e903";
}
.icon-arrow:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-xing:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-rss:before {
  content: "\e909";
}
.icon-arrow-light:before {
  content: "\e90a";
}
.icon-arrow-full:before {
  content: "\e90b";
}
.icon-dot:before {
  content: "\e90c";
}
.icon-circle:before {
  content: "\e90d";
}
.icon-cross:before {
  content: "\e90e";
}
.icon-download:before {
  content: "\e90f";
}
.icon-mail:before {
  content: "\e910";
}
.icon-load:before {
  content: "\e911";
}
.icon-check:before {
  content: "\e912";
}
.icon-arrow-small:before {
  content: "\e913";
}


