:root{
  --space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;
  --space-5:40px;--space-6:64px;--space-7:96px;--space-8:160px;
  --radius:0px; /* default. everything is square */
  --radius-soft:4px; /* inputs and small chips only */
  --radius-full:9999px; /* avatars only */
  --border:1px solid var(--c-line);
  --border-bold:2px solid var(--c-ink);
  --ease:cubic-bezier(0.22,1,0.36,1); /* @kind other */
  --dur-fast:180ms; /* @kind other */
  --dur:320ms; /* @kind other */
  --dur-slow:640ms; /* @kind other */
  --grid-max:1440px;
  --gutter:80px;--gutter-mobile:20px;
  --section-pad:var(--space-8);--section-pad-mobile:var(--space-6);
}
