/* Локальные fallback шрифты вместо внешних Google Fonts */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: local('Orbitron'), local('Arial'), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: local('Rajdhani'), local('Arial'), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}