/* ═══════════════════════════════════════════════════════════════════
   EASY WAY 365 — LOKALE SCHRIFTEN (DSGVO-konform)
   Datei: assets/css/ew365-fonts.css

   ⚠️  WICHTIG: Keine Google-Fonts-CDN-Einbindung!
   In Deutschland ist das Laden von Google Fonts über googleapis.com
   abmahnfähig (LG München, Az. 3 O 17493/20), da die IP-Adresse des
   Besuchers ohne Einwilligung an Google übertragen wird.

   SO LÄDST DU DIE FONTS HERUNTER:
   ───────────────────────────────────────────────────────────────────
   1. https://fonts.google.com/specimen/Bricolage+Grotesque
      → "Get font" → "Download all" → variable .ttf entpacken
   2. https://fonts.google.com/specimen/Source+Serif+4
      → dito
   3. .ttf → .woff2 konvertieren: https://transfonter.org
      (Formate: WOFF2 | Subsetting: Latin, Latin Extended)
   4. Dateien nach assets/fonts/ kopieren mit exakt diesen Namen:
      · BricolageGrotesque-Variable.woff2
      · SourceSerif4-Variable.woff2
      · SourceSerif4-Italic-Variable.woff2

   ALTERNATIVE OHNE DOWNLOAD:
   Plugin "OMGF | Optimize My Google Fonts" installieren – lädt die
   Fonts automatisch lokal. Dann diese Datei leer lassen.
   ═══════════════════════════════════════════════════════════════════ */


/* ─── BRICOLAGE GROTESQUE (Überschriften, UI) ───────────────────── */
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-Variable.woff2') format('woff2-variations'),
       url('../fonts/BricolageGrotesque-Variable.woff2') format('woff2');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}


/* ─── SOURCE SERIF 4 (Blog-Fließtext) ───────────────────────────── */
@font-face {
  font-family: 'Source Serif 4';
  src: url('../fonts/SourceSerif4-Variable.woff2') format('woff2-variations'),
       url('../fonts/SourceSerif4-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Source Serif 4';
  src: url('../fonts/SourceSerif4-Italic-Variable.woff2') format('woff2-variations'),
       url('../fonts/SourceSerif4-Italic-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}


/* ─── FALLBACK-STACK ─────────────────────────────────────────────
   Falls die Font-Dateien (noch) nicht vorhanden sind, greift der
   System-Stack. Die Seite bleibt dadurch immer funktionsfähig.
   ───────────────────────────────────────────────────────────────── */
