/* Ferrotec Design System — Spacing, layout & sizing tokens
   Base unit 8px. Preferred values: 8 16 24 32 40 48 64 80 96 120. */
:root {
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-8: 64px;
  --space-10: 80px;
  --space-12: 96px;
  --space-15: 120px;

  /* Section vertical rhythm */
  --section-y: 96px;
  --section-y-mobile: 48px;

  /* Layout widths */
  --page-max: 1440px;
  --content-max: 1200px;
  --gutter: 24px;

  /* Touch target */
  --touch-min: 44px;
}
