/**
 * ReBatch Design System - Self-hosted brand fonts (latin subset)
 *
 * Served from our own origin: no fonts.googleapis.com / fonts.gstatic.com
 * round-trips, no third-party call on a site whose promise is zero egress.
 * woff2 files sourced from @fontsource (JetBrains Mono, Space Mono).
 * font-display: swap keeps text visible while fonts load.
 */

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/styles/fonts/jetbrains-mono-latin-300-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/styles/fonts/jetbrains-mono-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/styles/fonts/jetbrains-mono-latin-500-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/styles/fonts/jetbrains-mono-latin-600-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/styles/fonts/jetbrains-mono-latin-700-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/styles/fonts/space-mono-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/styles/fonts/space-mono-latin-700-normal.woff2') format('woff2');
}
