/* Minimal — single sans, black on cream, no decoration. */
:root {
  --bg: #FAF9F0;
  --fg: #141413;
  --muted: #555;
  --border: rgba(20, 20, 19, 0.18);
  --accent: #d97757;
  --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html { color-scheme: light; }
body { background: var(--bg); color: var(--fg); }
