/*
 * Self-hosted font declarations.
 *
 * Place the variable WOFF2 files in /assets/fonts/ before deploying:
 *  - Inter-VariableFont_opsz,wght.subset.woff2
 *  - SpaceGrotesk-VariableFont_wght.woff2
 */

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter-VariableFont_opsz,wght.subset.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('/assets/fonts/SpaceGrotesk-VariableFont_wght.woff2') format('woff2-variations');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}
