/* Freedom Caucus Fund — Spacing, radius, layout */
:root {
  --space-0: 0;
  --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;

  /* Radii — sharp, institutional: no rounded corners on boxes or buttons */
  --radius-none: 0;
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --radius-pill: 999px;

  /* Layout */
  --container: 1200px;
  --container-narrow: 820px;
  --gutter: 24px;
}
