/* FontAwesome font-display fix - prevents Flash of Invisible Text (FOIT) */
/* These must match the exact font-family names used by FontAwesome */

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/static/fontawesome_5/webfonts/fa-regular-400.4b218302f905.woff2") format("woff2"),
         url("/static/fontawesome_5/webfonts/fa-regular-400.e32cb360659f.woff") format("woff");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/static/fontawesome_5/webfonts/fa-solid-900.5dc01cfcd533.woff2") format("woff2"),
         url("/static/fontawesome_5/webfonts/fa-solid-900.a8eedaadb16b.woff") format("woff");
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/static/fontawesome_5/webfonts/fa-brands-400.eac60e8a6567.woff2") format("woff2"),
         url("/static/fontawesome_5/webfonts/fa-brands-400.d30c44aaad8e.woff") format("woff");
}
