/* Design tokens shared by both layouts. Values from docs/Main.dc.html (the studio's palette). */
:root {
  --ground: #FDFBF7;
  --ground-soft: #F7F3EC;
  --ink: #2E2A26;
  --ink-soft: #554D44;
  --muted: #6E6559;
  --faint: #9C9184;
  --line: #E3DCD1;
  --line-strong: #C9BFB0;
  --accent: #9A6349;
  --accent-dark: #7C4E39;
  --ok: #4F7A5A;
  --warn: #B4562F;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Karla, system-ui, sans-serif;
}
