/* Design tokens — brand colors and shared CSS custom properties. */
  :root{
    --cream:#E6E2D9;--cream-2:#DCD7CA;--cream-3:#F0ECE3;
    --ink:#0D0D0D;--ink-soft:#1C1C1C;--ink-panel:#242424;
    --line:rgba(13,13,13,0.12);--line-d:rgba(230,226,217,0.14);
    --stitch:#C0392B;--stitch-2:#A5301F;--txt-mute:#6E6A5F;--gold:#B58B2A;--sage:#7C8B5C;
  }
