/* ==================== LOCAL FONTS ==================== */
/* Bebas Neue, Orbitron, Rajdhani - Lokal gehostet für DSGVO-Konformität */

/* Bebas Neue */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/bebas-neue-v16-latin-regular.woff2') format('woff2'),
         url('../fonts/bebas-neue-v16-latin-regular.woff') format('woff');
}

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

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

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

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

/* Rajdhani - Regular 400 */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/rajdhani-v17-latin-regular.woff2') format('woff2'),
         url('../fonts/rajdhani-v17-latin-regular.woff') format('woff');
}

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

/* Rajdhani - SemiBold 600 */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/rajdhani-v17-latin-600.woff2') format('woff2'),
         url('../fonts/rajdhani-v17-latin-600.woff') format('woff');
}

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