:root {
  /* 4px base step */
  --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;

  /* --- document & slide geometry --- */
  --page-width: 1161px;          /* letter portrait at 132dpi, the standards doc */
  --page-margin-x: 108px;
  --page-margin-top: 96px;
  --page-margin-bottom: 72px;
  --slide-width: 1440px;
  --slide-height: 810px;
  --slide-margin-x: 92px;
  --slide-margin-y: 56px;
  --slide-frame-inset: 30px;     /* hairline frame inset on deck pages */

  /* --- rhythm --- */
  --stack-eyebrow-title: 18px;
  --stack-title-standfirst: 20px;
  --stack-block: 40px;
  --stack-section: 64px;
  --gutter-column: 48px;
  --gutter-card: 20px;
  --measure-body: 62ch;
  --measure-standfirst: 70ch;
}
