/*
    Die beiden Hausschriften, selbst ausgeliefert.

    Vorher kamen sie von fonts.googleapis.com. Jede Seitenansicht schickte
    damit die IP des Besuchers an Google — bei einer Schweizer Firmenseite
    ist das eine Bekanntgabe ins Ausland, fuer die es keinen Grund gibt.

    Erzeugt aus der css2-Antwort von Google, beschraenkt auf den
    Latin-Grundbereich. Fraunces und DM Sans stehen unter der SIL Open
    Font License 1.1 — Weitergabe ausdruecklich erlaubt.

    Erneuern: siehe README.md.
*/

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/schriften/dm-sans-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/schriften/dm-sans-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/schriften/dm-sans-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Fraunces';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/schriften/fraunces-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Fraunces';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/schriften/fraunces-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/schriften/fraunces-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/schriften/fraunces-normal.woff2') format('woff2');
}
