/* Emusys — spacing, radius, sizing tokens. 4px base; generous whitespace is a brand rule. */

:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;

  /* Radii — soft, rounded like the symbol's terminals */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;

  /* Control heights (44px min hit target on mobile) */
  --control-sm: 36px;
  --control-md: 44px;
  --control-lg: 52px;

  /* Layout */
  --container-max: 1200px;
  --page-pad-mobile: 20px;
  --page-pad-desktop: 40px;
}
