/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --ink:         #0A0A0B;   /* base background — near-black, slight warmth */
  --ink-deep:    #050506;   /* deepest black for voids */
  --paper:       #EFEAE0;   /* primary text — warm off-white */
  --paper-dim:   #8C867A;   /* secondary text */
  --paper-ghost: #3F3B33;   /* tertiary, quiet UI */
  --accent:      #E63946;   /* single accent — editorial red, emphasis only */
  --rule:        #1A1A1C;   /* hairlines, subtle borders */

  --font-display: 'Fraunces', Georgia, serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-body:    'Inter', system-ui, sans-serif;

  --ease-decisive:  cubic-bezier(0.76, 0, 0.24, 1);
  --ease-out-quart: cubic-bezier(0.22, 1, 0.36, 1);
}
