:root {
  --paper:#fff; --surface:#f0edfc; --ink:#1b1d49; --muted:#505372; --line:#d9d4ef;
  --blue:#5842d6; --blue-tint:#ece7ff; --navy:#191b49; --white:#fff;
  --font:'DM Sans',Arial,sans-serif; --display:'Manrope',Arial,sans-serif;
  --mono:ui-monospace,Consolas,'Cascadia Code',monospace;
  --text-meta:.75rem; --text-label:.875rem; --text-body:1rem; --text-lead:1.25rem;
  --text-project:clamp(2.5rem,4.2vw,3.75rem); --text-hero:clamp(3rem,6.8vw,6.5rem);
  --leading-body:1.7; --leading-heading:1.08;
  --s1:.25rem; --s2:.5rem; --s3:.75rem; --s4:1rem; --s6:1.5rem; --s8:2rem; --s12:3rem; --s16:4rem; --s24:6rem;
  --content-max:82rem; --radius-small:2px; --radius-control:6px;
  --motion-micro:160ms; --motion-component:280ms; --motion-reveal:300ms; --motion-shared:400ms; --motion-stagger:60ms;
  --ease-out:cubic-bezier(.22,1,.36,1); --ease-state:ease-in-out; --travel-small:4px;
  --code-paper:#13152f; --code-chrome:#25274f; --code-line:#484b79; --code-text:#eeebff; --code-muted:#c9c3e5; --code-focus:#b4a5ff;
  --syntax-comment:#b8b1d5; --syntax-keyword:#bcb0ff; --syntax-string:#edd49b; --syntax-number:#d0b6ff;
  --concept-surface:#fff1d9; --concept-line:#e3c48e; --concept-ink:#705a37;
}
