/* Incentive — Spacing Tokens */
:root {
  /* ── Raw scale (from Figma grid system) ── */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  11.39px;   /* nav bar padding */
  --space-4:  13.67px;   /* tight gap (mono font size matches) */
  --space-5:  14px;
  --space-6:  15px;
  --space-7:  18px;
  --space-8:  20.51px;
  --space-9:  22.78px;
  --space-10: 27px;      /* inner spacing — key grid value */
  --space-11: 29.62px;
  --space-12: 30px;
  --space-13: 34.18px;
  --space-14: 36.46px;
  --space-15: 48px;
  --space-16: 68px;      /* outer margin — key grid value */

  /* ── Semantic ── */
  --margin-outer: 68px;    /* outer page margin */
  --margin-inner: 27px;    /* internal grid gap */
  --gap-xs:  13.67px;
  --gap-sm:  22.78px;
  --gap-md:  27px;
  --gap-lg:  36.46px;
  --gap-xl:  48px;

  /* ── Layout ── */
  --nav-height: 32.785px;
  --radius-none: 0px;
  --radius-sm:   2px;      /* Incentive barely uses rounded corners */
}
