/* Local font @font-face generated during export */

@font-face {
    font-family: 'SUIT Variable';
    src: url('./fonts/SUIT-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* CSS variables override for static export */
html:root {
    --font-suit: 'SUIT Variable', serif !important;
}
