/* FORCE FONT DISPLAY SWAP GLOBALLY */
@font-face {
    font-display: swap !important;
}

* {
    font-display: swap !important;
}
