/* 01-settings/_shadows.css — elevation. Consumes --shadow-color (RGB triplet)
   from _color-semantic.css so dark gets a deeper shadow without new tokens. */
:root {
  --shadow-card:  0 1px 2px rgb(var(--shadow-color) / 0.06);
  --shadow-menu:  0 6px 18px rgb(var(--shadow-color) / 0.14);
  --shadow-sheet: 0 16px 40px rgb(var(--shadow-color) / 0.24);
}
