/* SPACING & RADII — The Rusk Alliance
   Generous, friendly spacing. Rounded everything. */

: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;
  --space-9: 96px;

  /* Radii — chunky & rounded, like the speech-bubble buttons */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 999px;

  /* Container widths */
  --container-narrow: 720px;
  --container: 1080px;
  --container-wide: 1320px;
}
