/* Witly Design System — 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-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-28: 112px;

  /* Semantic layout */
  --gap-grid: 24px;
  --page-pad: 32px;
  --page-pad-compact: 24px;
  --container: 1200px;
  --container-wide: 1360px;

  /* Dashboard chrome */
  --sidebar-w: 248px;
  --sidebar-w-collapsed: 68px;
  --topbar-h: 64px;
}
