/*
 * Matrix BJJ – Lokal gehostete Fonts
 * DSGVO-konform: Kein externer Request an Google-Server
 */

/* Inter – Variable Font (weight 100-900) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter/Inter-Variable.woff2') format('woff2');
}

/* Newsreader – Variable Font (weight 200-800, normal) */
@font-face {
    font-family: 'Newsreader';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('../fonts/newsreader/Newsreader-Variable.woff2') format('woff2');
}

/* Newsreader – Variable Font (weight 200-800, italic) */
@font-face {
    font-family: 'Newsreader';
    font-style: italic;
    font-weight: 200 800;
    font-display: swap;
    src: url('../fonts/newsreader/Newsreader-Variable-Italic.woff2') format('woff2');
}
