/* Legal.Digital — Spacing tokens. 8px base grid, unchanged from source system. */
:root {
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;
  --space-section: 64px;
  --space-section-lg: 96px;

  --container-max: 1280px;
  --gutter-wide: var(--space-xxl);
}
