/* System-Fallbacks – externe Fonts erst nach Cookie-Zustimmung */

:root {
    --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
    --font-body: "Geist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
