/* ------------------------ SPACE GROTESK ------------------------ */

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

@font-face {
    font-family: 'Space Grotesk';
    src: url(./../fonts/SpaceGrotesk/SpaceGrotesk-Regular.woff2) format('woff2'),
        url(./../fonts/SpaceGrotesk/SpaceGrotesk-Regular.woff) format('woff'),
        url(./../fonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url(./../fonts/SpaceGrotesk/SpaceGrotesk-Medium.woff2) format('woff2'),
        url(./../fonts/SpaceGrotesk/SpaceGrotesk-Medium.woff) format('woff'),
        url(./../fonts/SpaceGrotesk/SpaceGrotesk-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url(./../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.woff2) format('woff2'),
        url(./../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.woff) format('woff'),
        url(./../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url(./../fonts/SpaceGrotesk/SpaceGrotesk-Bold.woff2) format('woff2'),
        url(./../fonts/SpaceGrotesk/SpaceGrotesk-Bold.woff) format('woff'),
        url(./../fonts/SpaceGrotesk/SpaceGrotesk-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

