/* ============================================================
   Carol S. Grant — Spacing & Layout
   Generous whitespace = quiet power. 8px base rhythm.
   ============================================================ */

:root {
  /* Spacing scale (8px base, with a couple of fine steps) */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  24px;
  --space-6:  32px;
  --space-7:  48px;
  --space-8:  64px;
  --space-9:  96px;
  --space-10: 128px;
  --space-11: 160px;

  /* Layout */
  --container-max:  1200px;
  --container-text: 680px;   /* comfortable reading measure */
  --gutter:         24px;
  --section-y:      var(--space-9);
}
