/* Lokale Font-Stack-Definitionen (DSGVO-konform, keine externen Requests) */
/* Playfair Display Fallback: Georgia (serif, klassisch, ähnliche Anmutung) */
/* Plus Jakarta Sans Fallback: system-ui (moderne Sans-Serif vom OS) */

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.font-headline,
[class*="font-display"],
[class*="font-serif"] {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

/* Material Symbols werden durch Unicode-Emojis ersetzt – diese Klasse versteckt fehlende Icons */
.material-symbols-outlined {
  font-family: system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  vertical-align: middle;
}
