/* NEW FONT */
@font-face {
    font-family: 'Space Grotesk';
    src: url('spacegrotesk-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('spacegrotesk-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'Space Grotesk';
    src: url('spacegrotesk-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
    src: url('anton-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* OLD FONT */
/* @font-face {
    font-family: 'Brandon Text';
    src: url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-regular.eot');
    src: url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-regular.eot#iefix') format('embedded-opentype'),
        url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-regular.woff2') format('woff2'),
        url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-regular.woff') format('woff'),
        url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-regular.ttf') format('truetype'),
        url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-regular.svg#brandontext-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Text Bold';
    src: url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-bold.eot');
    src: url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-bold.eot#iefix') format('embedded-opentype'),
        url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-bold.woff2') format('woff2'),
        url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-bold.woff') format('woff'),
        url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-bold.ttf') format('truetype'),
        url('https://www.cityscoot.eu/wp-content/themes/cityscoot/assets/fonts/brandontext-bold.svg#brandontext-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
*/