/* Überschreibt font-display:block von Font Awesome auf swap.
   swap verhindert FOIT: Text wird sofort mit Fallback-Font angezeigt,
   Lighthouse-Hinweis "Schriftart-Anzeige" wird behoben. */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fa/webfonts/fa-solid-900.woff2) format("woff2");
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fa/webfonts/fa-regular-400.woff2) format("woff2");
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fa/webfonts/fa-brands-400.woff2) format("woff2");
}
