/**
 * Lokale Schriftarten – DSGVO-konform, keine CDN-Requests.
 * Font-Dateien in /assets/fonts/ ablegen.
 */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-v8-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Reenie Beanie';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/reenie-beanie-v20-latin-regular.woff2') format('woff2');
}

/* Variable fonts – falls Sie variable WOFF2 nutzen (optional) */
/* @font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfair-display-variable.woff2') format('woff2-variations');
  font-weight: 400 700;
  font-display: swap;
} */
