@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Joyride ALT';
    src: url('../fonts/JoyrideALT.woff2') format('woff2'),
        url('../fonts/JoyrideALT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Joyride WIDE';
    src: url('../fonts/JoyrideWIDE.woff2') format('woff2'),
        url('../fonts/JoyrideWIDE.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Joyride STD';
    src: url('../fonts/JoyrideSTD.woff2') format('woff2'),
        url('../fonts/JoyrideSTD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Joyride EXT';
    src: url('../fonts/JoyrideEXT.woff2') format('woff2'),
        url('../fonts/JoyrideEXT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}