/* Preshh spacing, radius & effects */
: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;

  /* Radii — the brand is built from circles: everything is soft or fully round */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  /* Shadows — soft, blue-tinted, used sparingly on white */
  --shadow-card: 0 4px 16px rgba(11, 67, 149, 0.10);
  --shadow-pop: 0 10px 32px rgba(11, 67, 149, 0.18);

  /* Motion */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-fast: 150ms; /* @kind other */
  --duration-normal: 250ms; /* @kind other */
}
