/* Local fonts for CSP compliance */

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

/* Inter - Medium 500 */
@font-face {
    font-family: 'Inter';
    src: url('./inter-500.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

/* Inter - SemiBold 600 */
@font-face {
    font-family: 'Inter';
    src: url('./inter-600.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

/* Inter - Bold 700 */
@font-face {
    font-family: 'Inter';
    src: url('./inter-700.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

/* Orbitron - Medium 500 */
@font-face {
    font-family: 'Orbitron';
    src: url('./orbitron-500.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

/* Orbitron - Bold 700 */
@font-face {
    font-family: 'Orbitron';
    src: url('./orbitron-700.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

/* Orbitron - Black 900 */
@font-face {
    font-family: 'Orbitron';
    src: url('./orbitron-900.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}
