/* PATH: ausgabe_006/css/fonts.css */
/* Enthält definierte Schriftklassen für das Adventure */

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=UnifrakturCook:wght@700&display=swap');

/* Titel in goldener Retro-Gothic-Optik */
.title-h1 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2.2em;
  color: #ffd700;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  margin-bottom: 0.4em;
}

/* Untertitel (z. B. Räume, Kapitelüberschriften) */
.title-h2 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.5em;
  color: #ffa500;
  margin-bottom: 0.2em;
}

/* Normaltext mit mystischer, altertümlicher Anmutung */
.text-body {
  font-family: 'UnifrakturCook', cursive;
  font-size: 1.1em;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* Kleiner Footer- oder Systemtext */
.text-footer {
  font-family: 'UnifrakturCook', cursive;
  font-size: 0.9em;
  color: #aaa;
}

/* Spezielle NPC-Dialoge */
.dialog-npc {
  font-family: 'UnifrakturCook', cursive;
  font-size: 1.2em;
  font-style: italic;
  color: #ffccdd;
}
