/*
 * Font Awesome 6.4.0 — Trust TV subset (self-hosted).
 * Only the 26 glyphs actually used by the theme are included, replacing the
 * full CDN all.min.css (~75 KB) with a ~1.5 KB stylesheet. Fonts live in
 * assets/webfonts/ (fa-regular-400.woff2, fa-solid-900.woff2).
 */

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    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: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

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

.fas,
.far {
    font-family: 'Font Awesome 6 Free';
}

.fas {
    font-weight: 900;
}

.far {
    font-weight: 400;
}

/* Solid (900) */
.fa-newspaper::before { content: "\f1ea"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-search::before { content: "\f002"; }
.fa-times::before { content: "\f00d"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-home::before { content: "\f015"; }
.fa-landmark::before { content: "\f66f"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-chart-line::before { content: "\f201"; }
.fa-futbol::before { content: "\f1e3"; }
.fa-film::before { content: "\f008"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-microchip::before { content: "\f2db"; }
.fa-music::before { content: "\f001"; }
.fa-tractor::before { content: "\f722"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-globe-africa::before { content: "\f57c"; }
.fa-eye::before { content: "\f06e"; }
.fa-sign-in-alt::before { content: "\f2f6"; }
.fa-link::before { content: "\f0c1"; }
.fa-check::before { content: "\f00c"; }
.fa-envelope::before { content: "\f0e0"; }

/* Regular (400) */
.fa-clock::before { content: "\f017"; }
.fa-comment::before { content: "\f075"; }
