/**
 * Font Awesome Brands — @font-face only (icon rules stay in brands.min.css).
 * Loaded in <head> so font-display applies before the woff2 is fetched.
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
}
