/*
 * Selbst gehostete Schriften — keine Verbindung zu Google.
 * Manrope und DM Mono stehen unter der SIL Open Font License 1.1,
 * die Lizenztexte liegen in assets/fonts/ (Manrope-OFL.txt, DM-Mono-OFL.txt).
 */

/* Manrope — variabel, deckt 400 bis 800 ab */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/manrope-latin.woff2') format('woff2');
}

/* DM Mono — statische Schnitte, je Gewicht eine Datei */
@font-face {
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-mono-latin.woff2') format('woff2');
}

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