/* Override Font Awesome @font-face to use font-display: swap */
@font-face {
    font-family: "Font Awesome 6 Duotone";
    src: url("../webfonts/fa-duotone-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 6 Solid";
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
