/*
 * MATRATZENLIEBE – Lokale Schriftarten (DSGVO-konform)
 *
 * Diese Datei wird automatisch genutzt wenn Google Fonts NICHT lokal vorhanden sind.
 * Sie stellt sicher dass die Website OHNE externe Font-Anfragen funktioniert.
 *
 * Für optimale Darstellung: Fonts herunterladen unter
 * https://gwfh.mranftl.com/fonts/playfair-display
 * https://gwfh.mranftl.com/fonts/inter
 * und in /assets/fonts/ ablegen.
 */

/* Playfair Display – Serif Fallback */
:root {
  --font-serif: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  --font-body:  'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/*
 * @font-face Einträge (aktivieren sobald .woff2-Dateien in /assets/fonts/ liegen):
 *
 * @font-face {
 *   font-family: 'Playfair Display';
 *   src: url('playfair-display-v30-latin-700.woff2') format('woff2');
 *   font-weight: 700;
 *   font-style: normal;
 *   font-display: swap;
 * }
 *
 * @font-face {
 *   font-family: 'Inter';
 *   src: url('inter-v13-latin-regular.woff2') format('woff2');
 *   font-weight: 400;
 *   font-style: normal;
 *   font-display: swap;
 * }
 */
