/* Filsa Business — Spacing & layout tokens (4px base grid) */

:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 48px;
  --space-10: 64px;
  --space-11: 80px;
  --space-12: 96px;

  /* Component paddings */
  --pad-card: 20px;
  --pad-screen: 20px;     /* mobile screen gutter */
  --gap-list: 12px;

  /* Layout */
  --screen-max: 430px;    /* mobile design width */
  --tabbar-h: 84px;
}
