/* =====================================================================
   Wellnerapy · Lokale Schriften (DSGVO-konform, keine externen Requests)
   ---------------------------------------------------------------------
   Headlines nutzen die lokal gehostete Serifenschrift "Caladea".
   Fliesstext nutzt die native System-Schrift des Geraets (system-ui),
   es werden also KEINE Schriften von Google o.ae. nachgeladen.

   Optionales Upgrade auf Playfair Display / Inter:
   Lege die Dateien playfair-display-*.woff2 bzw. inter-*.woff2 in
   diesen Ordner (assets/fonts/) und entferne die Kommentarzeichen im
   unteren Block. Danach greift automatisch die exakte Markenschrift.
   ===================================================================== */

@font-face {
  font-family: 'Caladea';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/caladea-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Caladea';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/caladea-italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Caladea';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/caladea-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Caladea';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/caladea-bolditalic.ttf') format('truetype');
}

/* ---------------------------------------------------------------------
   OPTIONAL: Exakte Markenschriften lokal nachruesten.
   Dateien in assets/fonts/ ablegen und Kommentar entfernen.

@font-face {
  font-family: 'Playfair Display';
  font-style: normal; font-weight: 500 700; font-display: swap;
  src: url('fonts/playfair-display.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic; font-weight: 500 600; font-display: swap;
  src: url('fonts/playfair-display-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal; font-weight: 300 800; font-display: swap;
  src: url('fonts/inter.woff2') format('woff2');
}
--------------------------------------------------------------------- */
