/* =====================================================================
   LM Ventures – Lokale Schriften (DSGVO-konform, ohne Google-CDN)
   ---------------------------------------------------------------------
   Die Schriftdateien liegen im Ordner  /fonts/  neben dieser Datei.
   So kommst du an die Dateien (ca. 5 Min., einmalig):

   1. Öffne  https://gwfh.mranftl.com/fonts  (google-webfonts-helper)
   2. Suche & wähle nacheinander:  Manrope, Inter, Cormorant Garamond
   3. Charset:  latin   |   Format:  woff2
   4. Gewichte auswählen:
        Manrope           -> 500, 600, 700, 800
        Inter             -> 400, 500, 600
        Cormorant Garamond-> 400, 500
   5. "Download files" -> ZIP entpacken
   6. Dateien in den Ordner  fonts/  legen und exakt so umbenennen,
      wie unten in "src: url(...)" angegeben (z. B. Manrope-700.woff2).

   Solange die Dateien fehlen, nutzt der Browser eine System-Schrift –
   die Seite bleibt funktionsfähig, sieht nur weniger fein aus.
   ===================================================================== */

/* ---------- Manrope (Überschriften, Buttons, Marke) ---------- */
@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/Manrope-500.woff2') format('woff2');}
@font-face{font-family:'Manrope';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/Manrope-600.woff2') format('woff2');}
@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/Manrope-700.woff2') format('woff2');}
@font-face{font-family:'Manrope';font-style:normal;font-weight:800;font-display:swap;src:url('fonts/Manrope-800.woff2') format('woff2');}

/* ---------- Inter (Fließtext) ---------- */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/Inter-400.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/Inter-500.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/Inter-600.woff2') format('woff2');}

/* ---------- Cormorant Garamond (Logo-Schriftzug, Zahlen) ---------- */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/CormorantGaramond-400.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/CormorantGaramond-500.woff2') format('woff2');}
