@font-face {
    font-family: 'Space Grotesk';
    src: url('../woff2/spacegrotesk-regular.woff2') format('woff2'),
        url('../woff/spacegrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../woff2/spacegrotesk-medium.woff2') format('woff2'),
        url('../woff/spacegrotesk-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../woff2/spacegrotesk-semibold.woff2') format('woff2'),
        url('../woff/spacegrotesk-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../woff2/spacegrotesk-light.woff2') format('woff2'),
        url('../woff/spacegrotesk-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../woff2/spacegrotesk-bold.woff2') format('woff2'),
        url('../woff/spacegrotesk-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

