/**
 * Novamira Performance Fix - Font Display Optimization
 * Forces font-display:swap on icon fonts to prevent FOIT (Flash of Invisible Text)
 * Saves approximately 1025ms on First Contentful Paint
 */

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

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

@font-face {
    font-family: 'eicons';
    font-display: swap !important;
}

@font-face {
    font-family: 'tutor';
    font-display: swap !important;
}