/* Preparo Jurídico — Spacing & layout scale */

:root {
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;

  --container-max: 1280px;
  --pad-mobile: 16px;
  --pad-tablet: 24px;
  --pad-desktop: 32px;

  --gap-col: 24px;
  --gap-section: 32px;
}
