/* Hard Hat Sports — Spacing & sizing tokens
   4px base grid — engineered, jobsite-precise. */
:root {
  --space-0: 0px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  /* Section rhythm */
  --section-y: 96px;
  --gutter: 32px;
  --max-content: 1280px;
  --max-wide: 1584px;
}
