/* Selbst gehostete Schriften — ersetzt fonts.googleapis.com
   Dateien gehören nach assets/fonts/ (WOFF2, Subset "latin").
   Bezug: https://gwfh.mranftl.com — alle drei Familien stehen unter der
   SIL Open Font License, Selbsthosting ist ausdrücklich erlaubt. */

/* --font-heading */
@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('fonts/syne-800.woff2') format('woff2');
}

/* --font-sans */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/outfit-300.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/outfit-600.woff2') format('woff2');
}

/* --font-serif — wird ausschließlich kursiv verwendet */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/cormorant-garamond-italic-400.woff2') format('woff2');
}

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

/* --font-accent: 'Fraunces' ist im Theme definiert und wird auf der Startseite
   verwendet ("Diese Marken lieben wir"), war aber nie im Google-Fonts-Link
   enthalten — die Schrift lädt also bis heute nicht und fällt auf Georgia zurück.
   Wenn Fraunces gewollt ist: Datei laden und diesen Block einkommentieren.
   Wenn nicht: im Theme --font-accent auf Georgia setzen, dann ist es Absicht
   statt Zufall. */

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