/* Local Fonts */

/* Rajdhani - Main body font */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/rajdhani.woff2') format('woff2');
}

/* Inter - Fallback font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/inter.woff2') format('woff2');
}

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