:root.theme-atelier {
  --bg: #F4EFE6;
  --bg-elev: #FFFFFF;
  --ink: #1D1916;
  --ink-dim: #6C655C;
  --line: rgba(29, 25, 22, 0.16);
  --line-soft: rgba(29, 25, 22, 0.08);
  --accent: #E8553A;
  --accent-fg: #FFFFFF;
  --accent-rgb: 232, 85, 58;

  --accent2: #2E3FB0;
  --accent3: #E8C547;

  --font-serif: 'Instrument Serif', 'Cormorant Garamond', serif;
  --font-sans: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-mono: ui-monospace, Menlo, monospace;
}
