/* Chivo, selbst gehostet statt über Google Fonts geladen (DSGVO: keine
   Anfrage an Google-Server mehr nötig, siehe Datenschutzerklärung). */
@font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/chivo-400.woff2") format("woff2");
}

@font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/chivo-700.woff2") format("woff2");
}
