/* ============================================================
   Fire Breathing Blowfish — Spacing & Layout
   8px base rhythm with a couple of tight half-steps.
   ============================================================ */

:root {
  --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;
  --container-md:  960px;
  --container-lg:  1200px;
  --container-xl:  1360px;

  /* Section rhythm */
  --section-y:     var(--space-9);
  --gutter:        var(--space-5);
}
