/* Audiowide */
@font-face {
    font-family: 'Audiowide';
    src: url('/fonts/Audiowide/Audiowide-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Balthazar */
@font-face {
    font-family: 'Balthazar';
    src: url('/fonts/Balthazar/Balthazar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Cinzel */
@font-face {
    font-family: 'Cinzel';
    src: url('/fonts/Cinzel/Cinzel-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Orbitron Variable */
@font-face {
    font-family: 'Orbitron';
    src: url('/fonts/Orbitron/Orbitron-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* диапазон поддерживаемых весов */
    font-style: normal;
    font-display: swap;
}

/* Rokkitt */
@font-face {
    font-family: 'Rokkitt';
    src: url('/fonts/Rokkitt/Rokkitt-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rokkitt';
    src: url('/fonts/Rokkitt/Rokkitt-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}


/* Stint Ultra Expanded */
@font-face {
    font-family: 'Stint Ultra Expanded';
    src: url('/fonts/Stint_Ultra_Expanded/StintUltraExpanded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
