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

@font-face {
    font-family: 'Manrope';
    src: local('Manrope'), url('../fonts/Manrope-VariableFont_wght.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family-base: "Manrope", Tahoma, Arial, sans-serif;
    --font-family-heading: "Space Grotesk", "Manrope", Arial, sans-serif;
}
