/* ============================================================
   CraftLayer3D — lokal gehostete Schriften (DSGVO-konform)
   Keine Verbindung zu Google-Servern.

   So befüllst du den Ordner assets/fonts/ (einmalig):
   1. Öffne  https://gwfh.mranftl.com  (google-webfonts-helper)
   2. Suche "Space Grotesk" → wähle die Stile 400, 500, 600, 700
      Lade die woff2-Dateien und benenne sie wie unten (src) um.
   3. Suche "Manrope" → wähle 400, 500, 600, 700, 800 → ebenso.
   4. Lege alle Dateien in  assets/fonts/  ab. Fertig.

   (Bis die Dateien vorhanden sind, rendert die Seite mit einem
    System-Font-Fallback — nichts bricht.)
   ============================================================ */

/* ---------- Space Grotesk (Display) ---------- */
@font-face{
  font-family:'Space Grotesk';font-style:normal;font-weight:400;font-display:swap;
  src:local('Space Grotesk'),url('assets/fonts/space-grotesk-400.woff2') format('woff2');
}
@font-face{
  font-family:'Space Grotesk';font-style:normal;font-weight:500;font-display:swap;
  src:local('Space Grotesk Medium'),url('assets/fonts/space-grotesk-500.woff2') format('woff2');
}
@font-face{
  font-family:'Space Grotesk';font-style:normal;font-weight:600;font-display:swap;
  src:local('Space Grotesk SemiBold'),url('assets/fonts/space-grotesk-600.woff2') format('woff2');
}
@font-face{
  font-family:'Space Grotesk';font-style:normal;font-weight:700;font-display:swap;
  src:local('Space Grotesk Bold'),url('assets/fonts/space-grotesk-700.woff2') format('woff2');
}

/* ---------- Manrope (Body) ---------- */
@font-face{
  font-family:'Manrope';font-style:normal;font-weight:400;font-display:swap;
  src:local('Manrope'),url('assets/fonts/manrope-400.woff2') format('woff2');
}
@font-face{
  font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;
  src:local('Manrope Medium'),url('assets/fonts/manrope-500.woff2') format('woff2');
}
@font-face{
  font-family:'Manrope';font-style:normal;font-weight:600;font-display:swap;
  src:local('Manrope SemiBold'),url('assets/fonts/manrope-600.woff2') format('woff2');
}
@font-face{
  font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;
  src:local('Manrope Bold'),url('assets/fonts/manrope-700.woff2') format('woff2');
}
@font-face{
  font-family:'Manrope';font-style:normal;font-weight:800;font-display:swap;
  src:local('Manrope ExtraBold'),url('assets/fonts/manrope-800.woff2') format('woff2');
}
