:root {
  /* ---- 8px-based spacing scale (pulled from MBA Geotecnologias design system) ---- */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 80px;
  --space-9: 96px;
  --space-10: 128px;

  /* ---- Semantic spacing ---- */
  --pad-card: var(--space-4);
  --pad-section-desktop: 120px;
  --pad-section-tablet: 96px;
  --pad-section-mobile: 72px;
  --container-max: 1280px;
  --grid-columns: 12; /* @kind other */
  --grid-gap: 24px;
}
