/*!
 * Font Awesome 6.4.0 — VideoTube subset (solid + brands + regular)
 * Only the icons used by this theme. ~8KB vs ~75KB for all.min.css
 * Webfonts served from cdnjs; swap src URLs to self-host if preferred.
 */

/* ── Base ─────────────────────────────────────────────────────── */
.fa, .fas, .far, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* ── Solid ────────────────────────────────────────────────────── */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas, .fa {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* ── Regular ──────────────────────────────────────────────────── */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.ttf") format("truetype");
}
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* ── Brands ───────────────────────────────────────────────────── */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* ── Icon map: Solid ──────────────────────────────────────────── */
.fa-search::before         { content: "\f002"; }
.fa-heart::before          { content: "\f004"; }
.fa-film::before           { content: "\f008"; }
.fa-th-large::before       { content: "\f009"; }
.fa-clock::before          { content: "\f017"; }
.fa-tag::before            { content: "\f02b"; }
.fa-tags::before           { content: "\f02c"; }
.fa-play::before           { content: "\f04b"; }
.fa-chevron-left::before   { content: "\f053"; }
.fa-chevron-right::before  { content: "\f054"; }
.fa-arrow-left::before     { content: "\f060"; }
.fa-arrow-right::before    { content: "\f061"; }
.fa-calendar-alt::before   { content: "\f073"; }
.fa-chevron-down::before   { content: "\f078"; }
.fa-home::before           { content: "\f015"; }
.fa-eye::before            { content: "\f06e"; }
.fa-comments::before       { content: "\f086"; }
.fa-times::before          { content: "\f00d"; }
.fa-link::before           { content: "\f0c1"; }
.fa-share-alt::before      { content: "\f1e0"; }
.fa-sliders-h::before      { content: "\f1de"; }
.fa-paper-plane::before    { content: "\f1d8"; }
.fa-play-circle::before    { content: "\f144"; }
.fa-ellipsis-h::before     { content: "\f141"; }
.fa-thumbs-up::before      { content: "\f164"; }
.fa-users::before          { content: "\f0c0"; }
.fa-user-plus::before      { content: "\f234"; }
.fa-server::before         { content: "\f233"; }
.fa-sign-in-alt::before    { content: "\f2f6"; }
.fa-sign-out-alt::before   { content: "\f2f5"; }
.fa-user-circle::before    { content: "\f2bd"; }
.fa-pen::before            { content: "\f304"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-mobile-alt::before     { content: "\f3cd"; }
.fa-video-slash::before    { content: "\f4e2"; }
.fa-crown::before          { content: "\f521"; }
.fa-stream::before         { content: "\f550"; }
.fa-tv::before             { content: "\f26c"; }

/* ── Icon map: Brands ─────────────────────────────────────────── */
.fa-facebook::before   { content: "\f09a"; }
.fa-twitter::before    { content: "\f099"; }
.fa-instagram::before  { content: "\f16d"; }
.fa-youtube::before    { content: "\f167"; }
.fa-tiktok::before     { content: "\e07b"; }
