/* Theme: DEFAULT (deep forest / calm) */
:root{
  --forest:#1F4B3D;
  --forest-deep:#1F4B3D;
  --leaf:#4C9A6B;
  --leaf-bright:#7FC79A;
  --sage:#F2F6EF;
  --sand:#C99A66;
  --ink:#20302A;
  --cream:#FFFDF7;
  --line: rgba(31,75,61,0.16);
  --shadow: 0 18px 40px -20px rgba(18,49,40,0.35);
}
