:root{
  --color-deep:#2c483d;
  --color-black:#16241d;
  --color-forest:#3f685b;
  --color-primary-hover:#365c50;
  --color-primary-subtle:#e7f0dd;
  --color-sage:#cce6b1;
  --color-white:#ffffff;
  --surface-background:#f3f5f1;
  --surface-raised:#ffffff;
  --surface-dark:#243b32;
  --text-primary:#1b2721;
  --text-secondary:#48564f;
  --text-muted:#7b8981;
  --text-link:#3f685b;
  --text-link-hover:#2c483d;
  --border-subtle:#e7eae5;
  --border-default:#d3d9d1;
  --color-neutral-300:#c2cbc4;
  --color-success:#3f7d4e;
  --color-success-surface:#e6f2e8;
  --color-error:#c0453c;
  --color-error-surface:#f8e8e6;
  --color-warning:#b8801f;
  --color-warning-surface:#f7eed8;
  --color-info:#3d6fa5;
  --color-info-surface:#e6eef7;
}