/* Self-gehostete Schriften – DSGVO-konform, keine Anfrage an Google-Server.
   Fraunces (Display, variable opsz+wght) + Mulish (Body, variable wght). */
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url('fonts/fraunces-var.woff2') format('woff2');
}
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-display: swap;
    font-weight: 200 1000;
    src: url('fonts/mulish-var.woff2') format('woff2');
}
