/*!/wp-content/themes/brasfaiber/css/fa-subset.css*//*!
 * Font Awesome — Subset Brasfaiber (23/abr/2026)
 * Apenas os ícones realmente usados (HTML + CSS content).
 * Font-family declarado com aliases "6 Free/Brands" e "5 Free/Brands"
 * porque o CSS compilado do tema usa a nomenclatura antiga (v5).
 * Reduz o CSS de ~80 KB (all.min.css) para ~2 KB + só 2 WOFF2.
 */

@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:optional;src:url('/wp-content/themes/brasfaiber/css/../webfonts/fa-solid-900.woff2') format('woff2');}
@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:optional;src:url('/wp-content/themes/brasfaiber/css/../webfonts/fa-solid-900.woff2') format('woff2');}

@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:optional;src:url('/wp-content/themes/brasfaiber/css/../webfonts/fa-brands-400.woff2') format('woff2');}
@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:optional;src:url('/wp-content/themes/brasfaiber/css/../webfonts/fa-brands-400.woff2') format('woff2');}

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

.fas,
.fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* Solid icons */
.fa-arrow-left:before       { content: "\f060"; }
.fa-arrow-right:before      { content: "\f061"; }
.fa-bars:before             { content: "\f0c9"; }
.fa-calendar:before         { content: "\f133"; }
.fa-chevron-left:before     { content: "\f053"; }
.fa-chevron-right:before    { content: "\f054"; }
.fa-chevron-up:before       { content: "\f077"; }
.fa-chevron-down:before     { content: "\f078"; }
.fa-angle-right:before      { content: "\f105"; }
.fa-circle:before           { content: "\f111"; }
.fa-envelope:before         { content: "\f0e0"; }
.fa-file-alt:before,
.fa-file-lines:before       { content: "\f15c"; }
.fa-paper-plane:before      { content: "\f1d8"; }
.fa-search:before,
.fa-magnifying-glass:before { content: "\f002"; }
.fa-tag:before              { content: "\f02b"; }
.fa-user:before             { content: "\f007"; }

/* Brands icons */
.fa-facebook-f:before       { content: "\f39e"; }
.fa-linkedin-in:before      { content: "\f0e1"; }
.fa-pinterest-p:before      { content: "\f231"; }
.fa-telegram-plane:before,
.fa-telegram:before         { content: "\f2c6"; }
.fa-twitter:before          { content: "\f099"; }
.fa-whatsapp:before         { content: "\f232"; }