/* ==========================================================================
   design tokens — global CSS custom properties
   (Node-style: single source of truth, consumed by every module)
   ========================================================================== */

:root {
  --ink: #20201f;
  --muted: #858480;
  --line: #e7e5e0;
  --cream: #f7f6f2;
  --accent: #e6504f;
  --dark: #292927;

  --rail-w: 58px;
  --topbar-h: 58px;
  --maxw: 1230px;
  --gutter: 4%;

  --font-sans: 'DM Sans', Arial, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
}
