/* Monetizr Blackbelt — spacing & layout tokens */

:root {
  /* spacing scale (px) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 14px;
  --space-5: 18px;
  --space-6: 22px;
  --space-7: 28px;
  --space-8: 36px;
  --space-9: 44px;
  --space-10: 64px;

  /* content measure */
  --wrap-max: 900px;      /* the single centered column width */
  --wrap-pad: 28px;       /* horizontal gutter */
  --measure-lede: 600px;  /* max width for hero lede / hook text */
  --measure-prose: 78ch;  /* section-sub prose */

  --header-h: 64px;

  /* common gaps */
  --gap-card: 18px;       /* card grid gap */
  --gap-stat: 28px;       /* stat column gap */
}
