/* ============================================================
   Victory Wings Academy — Spacing & Layout Tokens
   8px base grid. Generous, orderly rhythm suited to
   documentation, certificates and collateral.
   ============================================================ */

:root {
  /* ---- Space scale (8px base) ---- */
  --space-0:  0;
  --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;

  /* ---- Container widths ---- */
  --container-sm:  640px;  /* @kind spacing */
  --container-md:  920px;  /* @kind spacing */
  --container-lg:  1200px; /* @kind spacing */
  --container-xl:  1360px; /* @kind spacing */
  --gutter:        24px;

  /* ---- Section rhythm ---- */
  --section-pad-y: var(--space-9);
  --block-gap:     var(--space-6);
}
