/* ══════════════════════════════════════════════════════════════════
   Casa Valle – Lokale Schriften (@font-face)
   DSGVO-konform: Keine externe Verbindung zu Google-Servern.

   ANLEITUNG: Laden Sie die Schriftdateien von Google Fonts herunter
   und legen Sie sie in diesen Ordner: assets/fonts/

   Download-Links:
   · Playfair Display: https://fonts.google.com/specimen/Playfair+Display
   · Lato:             https://fonts.google.com/specimen/Lato

   Benötigte Dateien (Format: WOFF2):
   ──────────────────────────────────────────────────────────────────
   PlayfairDisplay-Regular.woff2       → Gewicht 400, Normal
   PlayfairDisplay-Italic.woff2        → Gewicht 400, Kursiv
   PlayfairDisplay-SemiBold.woff2      → Gewicht 600, Normal
   PlayfairDisplay-Bold.woff2          → Gewicht 700, Normal
   PlayfairDisplay-BoldItalic.woff2    → Gewicht 700, Kursiv
   Lato-Light.woff2                    → Gewicht 300, Normal
   Lato-Regular.woff2                  → Gewicht 400, Normal
   Lato-Bold.woff2                     → Gewicht 700, Normal
   ══════════════════════════════════════════════════════════════════ */

/* ── Playfair Display ─────────────────────────────────────────── */
@font-face {
  font-family: 'Playfair Display';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url('PlayfairDisplay-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url('PlayfairDisplay-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url('PlayfairDisplay-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url('PlayfairDisplay-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style:  italic;
  font-weight: 700;
  font-display: swap;
  src: url('PlayfairDisplay-BoldItalic.woff2') format('woff2');
}

/* ── Lato ─────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Lato';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url('Lato-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url('Lato-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url('Lato-Bold.woff2') format('woff2');
}
