/*
 * Geist ships as a variable font with a 100-900 weight axis, so these two files cover every weight the
 * kit uses (400 body, 500 labels, 600 buttons/headings, 700 antd's fontWeightStrong) and every
 * intermediate - no synthesised bold, no face per weight. The italic file is only fetched by the
 * browser if something on the page actually renders italic.
 *
 * No `.woff` fallback: every browser that understands variable fonts understands woff2.
 * Source: Geist v1.800 variable TTFs, converted with `fonttools ttLib.woff2 compress`.
 */

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

@font-face {
    font-family: 'Geist';
    src: url(/assets/fonts/Geist-VariableItalic.a264e99263e4c956bdc6.woff2) format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}



