/* Schriftpaar der Startseite: Source Serif 4 traegt Text und Ueberschriften,
   IBM Plex Mono alle Messwerte, Kennzahlen und Beschriftungen.
   Beide unter der SIL Open Font License 1.1, lokal ausgeliefert (keine
   Fremdserver, damit die CSP eng bleiben kann).
   Nur latin: die Startseite fuehrt kein anderes Schriftsystem. */

@font-face {
    font-family: 'Source Serif 4';
    src: url('source-serif/SourceSerif4-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif 4';
    src: url('source-serif/SourceSerif4-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('plex-mono/IBMPlexMono-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('plex-mono/IBMPlexMono-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
