/* ============================================================
   AXIAL — Spacing & layout tokens (4px base grid)
   ============================================================ */

:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 48px;
  --space-10: 64px;
  --space-11: 80px;
  --space-12: 96px;

  /* Layout */
  --container-max: 1200px; /* @kind other */
  --content-max:   720px; /* @kind other */
  --sidebar-w:     264px; /* @kind other */
  --header-h:      56px; /* @kind other */
  --panel-w:       360px; /* @kind other */
}
