/* ===== Ashal · Shadow tokens =====
   Soft, low-contrast lifts. The brand leans on bold color blocks more than
   heavy shadow, so elevation is gentle. */
:root {
  --shadow-sm: 0 2px 6px rgba(20, 17, 15, 0.08);
  --shadow-md: 0 8px 24px rgba(20, 17, 15, 0.10);
  --shadow-lg: 0 18px 48px rgba(20, 17, 15, 0.14);
  /* colored lift for primary blue cards */
  --shadow-blue: 0 16px 36px rgba(14, 80, 168, 0.28);
  --shadow-orange: 0 16px 36px rgba(255, 106, 26, 0.28);
}
