/*!
 * Font Awesome 6 subset — local, no kit CDN.
 * Icons used on online-television.net Default theme only.
 */
.fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa::before {
  display: inline-block;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa-star-o,
.fa-meh-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa-instagram,
.fa-vk,
.fa-odnoklassniki,
.fa-whatsapp,
.fa-youtube-play,
.fa-discord,
.fa-twitch,
.fa-reddit,
.fa-wikipedia-w {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-star-o::before { content: "\f005"; }
.fa-meh-o::before { content: "\f11a"; }
.fa-globe::before { content: "\f0ac"; }
.fa-play::before { content: "\f04b"; }
.fa-play-circle::before { content: "\f144"; }
.fa-music::before { content: "\f001"; }
.fa-instagram::before { content: "\f16d"; }
.fa-vk::before { content: "\f189"; }
.fa-odnoklassniki::before { content: "\f263"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-youtube-play::before { content: "\f167"; }
.fa-discord::before { content: "\f392"; }
.fa-twitch::before { content: "\f1e8"; }
.fa-reddit::before { content: "\f1a1"; }
.fa-wikipedia-w::before { content: "\f266"; }
