/* Font Override CSS - Disable all local font references */

/* Disable all Font Awesome local fonts */
@font-face {
    font-family: 'Font Awesome 6 Free';
    src: none !important;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: none !important;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: none !important;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: none !important;
}

@font-face {
    font-family: 'FontAwesome';
    src: none !important;
}

/* Disable Flaticon fonts */
@font-face {
    font-family: 'flaticon_mycollection';
    src: none !important;
}

/* Force all icon fonts to use CDN fallbacks */
.fa, .fas, .far, .fab, .fal, .fad, .fa-solid, .fa-regular, .fa-brands {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands' !important;
}

/* Hide flaticon elements that might cause issues */
[class^="flaticon-"], [class*=" flaticon-"] {
    display: none !important;
}

/* Ensure Bootstrap Icons work as fallback */
.bi {
    font-family: 'bootstrap-icons' !important;
}
