/* ════════════════════════════════════════════════════════════════════════════════════════════
   MELOGNITE — SELBST GEHOSTETE Webfonts fuer den Splash-Redesign (05.08.2026).
   Separate Datei bewusst NEBEN fonts.css: fonts.css ist AUTO-GENERIERT von
   pipelines/patches/selfhost_fonts_20260730.py ("nicht von Hand aendern", Doktrin 2.3-Analog) --
   diese Datei ist die Handschrift-Ergaenzung fuer die neuen Splash-/Marken-Schriften.

   ALLE Schriften: Google Fonts, SIL Open Font License 1.1 (siehe docs/LIZENZEN_SPLASH_FONTS.md
   fuer die vollstaendige Lizenzdokumentation je Schrift, Quelle, Foundry).
   Selbst gehostet (keine fonts.googleapis.com-Anfrage zur Laufzeit -> DSGVO, kein Dritt-Trecker,
   schnellerer erster Paint, eigene Cache-Kontrolle -- gleiche Begruendung wie fonts.css).
   Nur die eine benoetigte Schriftschnittstelle je Familie (kein ganzer Font-Katalog).
   ════════════════════════════════════════════════════════════════════════════════════════════ */

/* -- MARKE (Splash-Wortmarke + Ueberschrift, alle Genres) -- */
@font-face {
  font-family: 'Cinzel';
  src: url('fonts/cinzel-700-b26a87.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-400-e3e793.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-600-318e2d.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('fonts/jetbrains-mono-400-8d6c37.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}

/* -- GENRE-AKZENT (nur fuer die "<Genre> Edition"-Zeile im Splash, je 1 Schnitt) -- */
@font-face {   /* Reggae — warm, organisch, gut lesbar */
  font-family: 'Fraunces';
  src: url('fonts/fraunces-600-075c39.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {   /* HipHop — urban, bold, selbstbewusst */
  font-family: 'Bebas Neue';
  src: url('fonts/bebas-neue-400-3c5f3a.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {   /* Pop — rund, freundlich, 70er */
  font-family: 'Fredoka';
  src: url('fonts/fredoka-600-229eb7.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {   /* Metalcore — kantig, aber lesbar */
  font-family: 'Rajdhani';
  src: url('fonts/rajdhani-700-b0ec98.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {   /* Techno — gradlinig, geometrisch, geordnet */
  font-family: 'Orbitron';
  src: url('fonts/orbitron-700-7f87f0.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {   /* House/DnB — elektronisch, eigener Charakter neben Techno */
  font-family: 'Audiowide';
  src: url('fonts/audiowide-400-6ea6a4.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
