/* Spacing, radii, sizing — INFERRED (not present in source tokens).
   4px base step. Flagged in readme.md as an intentional addition. */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;

  --control-height-sm: 32px;
  --control-height-md: 40px;
  --control-height-lg: 48px;

  --container-max: 1200px;
}
