/*!
 * Font Awesome 5.15.4 — subset para metsul.com
 * Ícones incluídos: search, spinner, arrow-left, arrow-right,
 *                   calendar, clock, newspaper (solid)
 *                   facebook-f, whatsapp (brands)
 * Gerado manualmente — NÃO substituir pelo all.min.css completo.
 */

/* ── @font-face ─────────────────────────────────────────────── */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/wp-content/themes/Extra-child/_static/fonts/fa5/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/wp-content/themes/Extra-child/_static/fonts/fa5/fa-brands-400.woff2") format("woff2");
}

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

.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

/* Alias .fa → solid (compatibilidade com FA4) */
.fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* ── Tamanhos ───────────────────────────────────────────────── */
.fa-xs  { font-size: .75em; }
.fa-sm  { font-size: .875em; }
.fa-lg  { font-size: 1.33333em; line-height: .75em; vertical-align: -.0667em; }
.fa-2x  { font-size: 2em; }
.fa-3x  { font-size: 3em; }
.fa-fw  { text-align: center; width: 1.25em; }

/* ── Animações ──────────────────────────────────────────────── */
@keyframes fa-spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fa-spin  { animation: fa-spin 2s linear infinite; }
.fa-pulse { animation: fa-spin 1s steps(8) infinite; }

/* ── Stack (usado em metsul-live e outros módulos) ──────────── */
.fa-stack         { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; }
.fa-stack-1x      { line-height: inherit; }
.fa-stack-2x      { font-size: 2em; }
.fa-stack-1x,
.fa-stack-2x      { left: 0; position: absolute; text-align: center; width: 100%; }

/* ── Ícones Solid ───────────────────────────────────────────── */
.fa-search::before        { content: "\f002"; }
.fa-clock::before         { content: "\f017"; }
.fa-arrow-left::before    { content: "\f060"; }
.fa-arrow-right::before   { content: "\f061"; }
.fa-calendar::before      { content: "\f073"; }
.fa-spinner::before       { content: "\f110"; }
.fa-newspaper::before     { content: "\f1ea"; }
.fa-share-alt::before     { content: "\f1e0"; }
.fa-play::before          { content: "\f04b"; }
.fa-stop::before          { content: "\f04d"; }
.fa-step-backward::before { content: "\f048"; }
.fa-step-forward::before  { content: "\f051"; }
.fa-bolt::before          { content: "\f0e7"; }
.fa-cloud::before         { content: "\f0c2"; }
.fa-tint::before          { content: "\f043"; }
.fa-sun-o::before         { content: "\f185"; } /* FA5: fa-sun */
.fa-sun::before           { content: "\f185"; }

/* ── Ícones Brands ──────────────────────────────────────────── */
.fa-facebook-f::before    { content: "\f39e"; }
.fa-whatsapp::before      { content: "\f232"; }
.fa-youtube::before       { content: "\f167"; }
.fa-x-twitter::before     { content: "\e61b"; }
.fa-linkedin-in::before   { content: "\f0e1"; }
