@font-face {
    font-family: 'Orbitron';
    src: url('/static/fonts/Orbitron/Orbitron.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('/static/fonts/Exo_2/Exo2.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/Roboto_Condensed/RobotoCondensed.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}