/* Self-hosted fonts - eliminates render-blocking Google Fonts requests */

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

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

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

/* Rajdhani - UI text font */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/rajdhani/Rajdhani-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/rajdhani/Rajdhani-Medium.woff2') format('woff2');
}

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

/* Monoton - Neon display font */
@font-face {
    font-family: 'Monoton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/monoton/Monoton-Regular.woff2') format('woff2');
}
