/* São Paulo Empreendimentos — spacing, radius & shadow tokens
   Not specified numerically in the brand manual; derived on a 4px base
   scale to keep implementation consistent across surfaces. */

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

  /* The mark's own geometry is a soft-cornered hexagon (large radii on a few
     corners, sharp on others) — UI radii echo that "mostly-rounded" softness
     without copying the exact cut. */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px hsl(var(--shadow-color) / 0.08);
  --shadow-md: 0 4px 12px hsl(var(--shadow-color) / 0.10);
  --shadow-lg: 0 12px 32px hsl(var(--shadow-color) / 0.14);

  --container-max: 1200px;
}
