/* C_BASE spacing — 4px base grid. */
:root{
  --space-0:0px;
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-5:20px;
  --space-6:24px;
  --space-8:32px;
  --space-10:40px;
  --space-12:48px;
  --space-16:64px;
  --space-20:80px;
  --space-24:96px;
  --space-32:128px;
  --space-40:160px;

  /* Rhythm roles */
  --gap-inline:var(--space-2); /* @kind other */
  --gap-control:var(--space-3); /* @kind other */
  --gap-card:var(--space-4); /* @kind other */
  --gap-grid:var(--space-6); /* @kind other */
  --pad-card:var(--space-5); /* @kind other */
  --pad-section:var(--space-20); /* @kind other */
  --pad-section-tight:var(--space-12); /* @kind other */
}
