/* System-Fonts – kein CDN, DSGVO-konform */
body {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
}
h1, h2, h3, .serif-font {
    font-family: Georgia, 'Times New Roman', serif;
}
/* Material Symbols Fallback: Icons werden durch SVG-Inline ersetzt */
.material-symbols-outlined {
    display: none;
}
