/* Shared design tokens. Both index.html and rules.html link this — keeping a
   second copy inline is how an accent colour drifts between pages. */
:root {
  --bg: #0a0a0b;
  --panel: #121214;
  --line: #232327;
  --ink: #f4f4f5;
  --muted: #8b8b93;
  --dim: #5d5d66;
  --accent: #ffd12e;
  --accent-ink: #14140c;
  --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: ui-sans-serif, -apple-system, "Segoe UI", Inter, Roboto, sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, monospace;
}
