/* ══════════════════════════════════════════════════════════
   fonts.css — Lokale Schriftarten für info-systeme.com
   ══════════════════════════════════════════════════════════ */

/* Space Grotesk — Regular 400 */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('SpaceGrotesk-Regular.woff2') format('woff2');
}

/* Space Grotesk — Medium 500 */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('SpaceGrotesk-Medium.woff2') format('woff2');
}

/* Space Grotesk — Bold 700 */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('SpaceGrotesk-Bold.woff2') format('woff2');
}

/* Space Grotesk — ExtraBold 800 (mapped to Bold) */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('SpaceGrotesk-Bold.woff2') format('woff2');
}

/* JetBrains Mono — Light 300 */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('JetBrainsMono-Light.woff2') format('woff2');
}

/* JetBrains Mono — Regular 400 */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('JetBrainsMono-Regular.woff2') format('woff2');
}

/* JetBrains Mono — Bold 700 */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('JetBrainsMono-Bold.woff2') format('woff2');
}

/* Syne — nur für Hero-Animation */
@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Syne-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Syne-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('Syne-ExtraBold.woff2') format('woff2');
}
