/* ===========================================================================
   Composio — Spacing tokens
   4px base unit. 96px between major bands; 24px between cards inside a band.
   =========================================================================== */

:root {
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-base: 16px;
  --space-md: 20px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;
  --space-section: 96px;

  /* Layout */
  --container-max: 1200px;
  --nav-height: 64px;
}
