/* FontAwesome 6.7.2 - Override @font-face to use local fonts
   This file MUST be loaded AFTER all.min.css to override CDN sources
   Load order: all.min.css (CDN fonts) → fontawesome-local.css (local fonts override) */

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/fonts/fontawesome/fa-regular-400.woff2') format('woff2'),
         url('/fonts/fontawesome/fa-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('/fonts/fontawesome/fa-solid-900.woff2') format('woff2'),
         url('/fonts/fontawesome/fa-solid-900.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/fonts/fontawesome/fa-brands-400.woff2') format('woff2'),
         url('/fonts/fontawesome/fa-brands-400.ttf') format('truetype');
}
