/* Grupo Ledergerber — Spacing, radii, shadows, motion */
:root {
  /* Spacing (4px base) */
  --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;

  /* Radii — soft, echoing the rounded ribbon isotype */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;

  /* Shadows — cool navy-tinted, restrained */
  --shadow-sm: 0 1px 2px rgba(7, 23, 82, 0.08);
  --shadow-md: 0 4px 12px rgba(7, 23, 82, 0.10);
  --shadow-lg: 0 12px 32px rgba(7, 23, 82, 0.16);

  /* Motion — composed, no bounce */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --duration-fast: 140ms; /* @kind other */
  --duration-base: 220ms; /* @kind other */

  /* Focus ring */
  --focus-ring: 0 0 0 3px rgba(20, 47, 168, 0.28);
}
