/* CF — shadows are quiet and cool-green tinted; never grey, never large.
   Levels 0–1 cover 95% of the system. Level 3 exists only for modals. */
:root{
  --shadow-0:none;
  --shadow-1:0 1px 2px rgba(2,39,26,.06);
  --shadow-2:0 2px 10px rgba(2,39,26,.08);
  --shadow-3:0 18px 48px rgba(2,39,26,.18);
  --shadow-inset-hairline:inset 0 0 0 1px var(--border-hairline);
  --scrim:rgba(2,39,26,.55);
  --scrim-blur:blur(6px); /* @kind other */
}
