/* ── NovoMatch Spacing ───────────────────────────────────────────────
 * Base-8 grid, as documented in the handbook (8 / 16 / 24 / 32 …).
 */
:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 48px;
  --space-9: 64px;
  --space-10: 80px;
  --space-11: 96px;
  --space-12: 128px;

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 760px;
  --gutter: 24px;
  --section-y: 96px;
}
