/* ============================================
   PERFORMANCE FIX: Font Display (fixes PageSpeed)
   ============================================ */

/* Font Awesome */
@font-face {
    font-family: 'Font Awesome 6 Solid';
    font-display: swap !important;
}

@font-face {
    font-family: 'Font Awesome 6 Regular';
    font-display: swap !important;
}

@font-face {
    font-family: 'Font Awesome 6 Light';
    font-display: swap !important;
}

@font-face {
    font-family: 'Font Awesome 6 Duotone';
    font-display: swap !important;
}

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

/* Footable font (if used) */
@font-face {
    font-family: 'footable';
    font-display: swap !important;
}

/* Swiper icons (if used) */
@font-face {
    font-family: 'swiper-icons';
    font-display: swap !important;
}
