/* WNM River Trip — Spacing, radii, sizing
 * Base unit 4px. Radii are soft & generous to match the rounded, friendly feel.
 */
:root {
  --space-0:   0;
  --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;

  /* Corner radii — rounded and playful */
  --radius-xs:   6px;
  --radius-sm:   10px;
  --radius-md:   16px;
  --radius-lg:   24px;
  --radius-xl:   32px;
  --radius-pill: 999px;

  /* Content widths */
  --width-prose:   66ch;
  --width-content: 1120px;
  --width-wide:    1320px;

  /* Control sizing */
  --control-h-sm: 36px;
  --control-h-md: 46px;
  --control-h-lg: 56px;
}
