/* System font stack — cheap, fast, no webfont download. */
/* Swap to Linux Libertine / Biolinum later if desired. */

:root {
  --font-serif: ui-serif, Georgia, 'Times New Roman', Times, serif;
  --font-sans: system-ui, -apple-system, 'Segoe UI', Roboto,
               'Helvetica Neue', Arial, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', Menlo, Consolas,
               'Liberation Mono', monospace;
}
