/* Override Font Awesome font-display to prevent render blocking */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-display: swap !important;
}

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

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

@font-face {
    font-family: "FontAwesome";
    font-display: swap !important;
}

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

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