/* JH Solutions — spacing, radius, shadow tokens */
:root {
  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  /* Radii — soft, rounded, feminine curves matching the script mark */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  /* Shadows — soft teal-tinted */
  --shadow-card: 0 2px 12px rgba(20, 102, 102, 0.10);
  --shadow-raised: 0 8px 28px rgba(20, 102, 102, 0.16);
  --shadow-pop: 0 16px 48px rgba(20, 32, 30, 0.22);
}
