/* Spacing — 4px base. The foundry does not specify a spacing scale;
   this is an intentional addition (see readme "Intentional additions"). */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;   /* default card padding */
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;   /* section rhythm */
  --space-9: 96px;

  --container-max: 1120px;
}
