/* Inter – variable font, latin subset */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('inter.woff2') format('woff2');
}

/* JetBrains Mono – variable font, latin subset */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('jetbrains-mono.woff2') format('woff2');
}

/* Orbitron – latin subset */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('orbitron.woff2') format('woff2');
}

/* Rajdhani Bold – latin subset */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('rajdhani-700.woff2') format('woff2');
}
