/*--------------------------------------------------------------
# Lokale Schriften – Johanns Kitchen & Event
#
# Ersetzt das frühere @import von fonts.googleapis.com.
# Grund: Beim Laden von Google-Servern wird die IP-Adresse des Besuchers
# ohne Einwilligung in die USA übertragen (LG München, Az. 3 O 17493/20).
#
# Alle vier Familien liegen als variables WOFF2 unter assets/fonts/
# und decken den kompletten Gewichtsbereich in einer Datei ab.
# Lizenz: SIL Open Font License, siehe LIZENZ-OFL-*.txt im selben Ordner.
#
# KEIN local() mehr: Brave und andere Chromium-Browser blockieren den
# Zugriff auf installierte Schriften als Fingerprinting-Schutz. Eine
# local()-Angabe führt dort dazu, dass die Schrift scheinbar fehlt.
--------------------------------------------------------------*/

/* ============ Playfair Display – Überschriften ============ */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/playfair-display-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/playfair-display-italic-variable.woff2') format('woff2');
}

/* ============ Cormorant Garamond – kursive Unterzeilen ============ */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
}

/* ============ Montserrat – Fließtext, Navigation, Labels ============ */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat-italic.woff2') format('woff2');
}

/* ============ Alex Brush – die geschwungene Schreibschrift ============ */
/* „Kitchen & Event", „Flower & Art", „Feiern, genießen und nie vergessen." */
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/alex-brush-regular.woff2') format('woff2');
}
