/**
 * Self-hosted typography — no Google Fonts CDN (TDDDG/DSGVO).
 * Inter is optional; system stack is the legal default.
 */
:root {
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

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