/* Clinics Digital — ELEVATION & effects. Shadows tuned to the ink. */
:root {
  --shadow-sm: 0 1px 2px rgba(1,5,10,0.08);
  --shadow-md: 0 4px 12px rgba(1,5,10,0.10);
  --shadow-lg: 0 12px 32px rgba(1,5,10,0.16);
  /* the brand glow — a ring + colored bloom for hero surfaces */
  --shadow-glow-brand: 0 0 0 1px rgba(111,84,252,0.40), 0 8px 28px rgba(73,137,238,0.28);
}
