/* ============================================================
   Fischkarten — Spacing & layout tokens
   8px base rhythm; phone-first (≈412px content width).
   ============================================================ */
: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;

  /* ---- Component insets ----------------------------------- */
  --card-pad:       20px;   /* bordered cards */
  --screen-gutter:  16px;   /* phone screen side padding */
  --stack-gap:      16px;   /* gap between stacked cards */

  /* ---- Layout --------------------------------------------- */
  --content-max:    480px;  /* mobile content column */
  --header-height:  64px;
}
