@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Black.woff2') format('woff2'),
        url('./font/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('./font/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}   

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Bold.woff2') format('woff2'),
        url('./font/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Light.woff2') format('woff2'),
        url('./font/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Medium.woff2') format('woff2'),
        url('./font/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Roman.woff2') format('woff2'),
        url('./font/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Thin.woff2') format('woff2'),
        url('./font/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

