/* ============================================================
   Run Away With Me — Spacing & layout tokens
   A soft 4px base step. The brand breathes: prefer generous
   padding and wide outer margins over dense layouts.
   ============================================================ */

:root {
  --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;

  /* --- Semantic --- */
  --gutter:        24px;   /* default gap between elements */
  --card-padding:  40px;   /* generous card interior */
  --section-gap:   24px;   /* between stacked cards */
  --page-max:      680px;  /* comfortable reading measure */
  --content-max:   1120px; /* wide marketing measure */
}
