/* Spacing tokens — base unit 4px. */
:root {
  --space-xxs: 2px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-xxxl: 48px;
  --space-section: 96px;
  --space-band: 160px;

  --content-max: 1280px;
  --content-max-wide: 1440px;
}
