/**
 * Lokale/System-Schriften – kein Render-Blocking durch Google Fonts (PageSpeed + DSGVO).
 * Optional: @font-face mit WOFF2 unter assets/fonts/ ergänzen.
 */
:root {
    --font-serif: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, 'Times New Roman', serif;
    --font-sans: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body {
    font-family: var(--font-sans);
}

h1, h2, h3, h4,
.leistungen-accordion__title,
.card__title {
    font-family: var(--font-serif);
}
