/**
 * Font Awesome Font-Display Optimization
 * 
 * Adds font-display: swap to Font Awesome fonts to prevent
 * invisible text (FOIT) during font loading.
 * 
 * This improves First Contentful Paint (FCP) and user experience
 * by showing fallback text immediately while fonts load.
 */

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../../../css/webfonts/fa-solid-900.55b416a8df21.woff2") format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../../css/webfonts/fa-regular-400.e8a1ba418ee6.woff2") format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../../css/webfonts/fa-brands-400.cd2b4095e9ce.woff2") format('woff2');
}
