/* Typography: no self-hosted fonts. Uses the system UI font stack (pairs with
   simple.css). To re-introduce a custom font later, add an @font-face block
   here and point --font-body / --font-mono at it - nothing else needs to change. */

:root {
    --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, 'DejaVu Sans Mono', monospace;
    --font-heading: var(--font-body);
}
