/* Fonts ---------------------------------------------------------------------------------------- */

/* Spoecial Gothinc Condensed 400 */
@font-face {
    font-display: swap;
    font-family: 'Special Gothic Condensed One';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/special-gothic-condensed-one-v2-latin-regular.woff2') format('woff2');
}

/* Jockey One, 400 */
@font-face {
    font-display: swap;
    font-family: 'Jockey One';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/jockey-one-v23-latin-regular.woff2') format('woff2');
}

/* Lambretta Regular, 700 */
@font-face {
    font-display: swap;
    font-family: 'Lambretta';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/lambreta-regular.woff2') format('woff2');
    text-rendering: optimizeLegibility;
}

/* Rubik, 400 */
@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/rubik-v31-latin-regular.woff2') format('woff2');
}

/* Rubik, 500 */
@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/rubik-v31-latin-500.woff2') format('woff2');
}

/* Rubik, 600 */
@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('/assets/fonts/rubik-v31-latin-600.woff2') format('woff2');
}

/* Rubik, 900 */
@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url('/assets/fonts/rubik-v31-latin-900.woff2') format('woff2');
}

/* Roboto Mono, 400 */
@font-face {
    font-display: swap;
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/roboto-mono-v7-latin-regular.woff2) format("woff2");
}
