/* Font Orbitron */
@font-face {
    font-family: 'Orbitron';
    src: url('../../fonts/Orbitron/Orbitron-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

/* Font Roboto Mono */
@font-face {
    font-family: 'RobotoMono';
    src: url('../../fonts/Roboto_Mono/RobotoMono-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 700;
    font-style: normal;
    font-display: swap;
}

/* Font Roboto Mono Italic */
@font-face {
    font-family: 'RobotoMono';
    src: url('../../fonts/Roboto_Mono/RobotoMono-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 700;
    font-style: italic;
    font-display: swap;
}

/* Font Pixel */
@font-face {
    font-family: 'PixelGame';
    src: url('../../fonts/Pixel/Pixel Game.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Font Pixel Purl */
@font-face {
    font-family: 'PixelPurl';
    src: url('../../fonts/Pixel/PixelPurl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Font Arcade Classic */
@font-face {
    font-family: 'ARCADECLASSIC';
    src: url('../../fonts/Pixel/ARCADECLASSIC.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Font Inter */
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}