/* Bluebird Infotech — Spacing tokens
   Base unit 8px. {spacing.section} 96px is the universal vertical rhythm. */

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

  /* layout */
  --container-max: 1280px;
  --gutter-desktop: 48px;  /* --space-xxl */
  --gutter-mobile: 24px;   /* --space-lg */
}
