/* 
 * Erlebt Event - Lokale Schriften
 * Keine externen Abhängigkeiten.
 */

/* 
 * 1. Gotham (Fließtext)
 * Aktuell ist nur Gotham Book verfügbar.
 */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-book.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* 
 * 2. Temporäre Testschrift Fraunces (Headlines)
 * Dient als Fallback für Nave im Prototypen.
 */
@font-face {
  font-family: "Fraunces Prototype";
  src: url("../fonts/fraunces/fraunces-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* 
 * 3. Nave (Finale Headline-Schrift)
 * WICHTIG: Diese Regel erst aktivieren, wenn die lizenzierte Datei
 * fonts/nave/nave-bold.woff2 tatsächlich vorliegt.
 */
/*
@font-face {
  font-family: "Nave";
  src: url("../fonts/nave/nave-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
*/
