/* DSGVO: lokal gehostete Schrift — kein Google Fonts CDN */
:root {
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font-display: var(--font-sans);
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

.brand,
h1,
h2,
h3,
.display-font {
  font-family: var(--font-display);
}
