/* Self-hosted webfonts — DSGVO-konform, kein Google CDN.
   Inter + Cormorant Garamond, Latin only. */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/assets/fonts/inter-v20-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/assets/fonts/cormorant-garamond-v21-regular-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url('/assets/fonts/cormorant-garamond-v21-italic-latin.woff2') format('woff2');
}
