/* tokens.css — New design system tokens */

:root {
  /* Colors */
  --bg: #EDEDEA;
  --surface: #F6F5F2;
  --ink: #1A1A18;
  --mid: #6B6B66;
  --muted: #9C9C96;
  --rule: #D4D4CF;
  --accent: #D64D1A;
  --accent-soft: rgba(214, 77, 26, 0.08);
  --white: #FAFAF8;

  /* Typography */
  --font-display: 'Instrument Serif', Georgia, serif;
  --font-body: 'Manrope', sans-serif;
  --font-mono: 'DM Mono', 'Menlo', monospace;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-snap: cubic-bezier(0.34, 1.56, 0.64, 1);
}
