/* Zakhar EX — Elevation: barely-there layered micro-shadows */
:root {
  /* Level 1 — soft: raised feature cards, floating buttons */
  --shadow-soft:
    rgba(0, 0, 0, 0.01) 0 0.175px 1.041px,
    rgba(0, 0, 0, 0.02) 0 0.8px 2.925px,
    rgba(0, 0, 0, 0.027) 0 2.025px 7.847px,
    rgba(0, 0, 0, 0.04) 0 4px 18px;

  /* Level 2 — elevated: modals, popovers */
  --shadow-elevated:
    rgba(0, 0, 0, 0.012) 0 0.6px 1.5px,
    rgba(0, 0, 0, 0.02) 0 2px 5px,
    rgba(0, 0, 0, 0.03) 0 6px 14px,
    rgba(0, 0, 0, 0.04) 0 12px 28px,
    rgba(0, 0, 0, 0.05) 0 23px 52px;
}
