
:root{
  --bg:#f4f8f5;
  --surface:#ffffff;
  --surface-2:#eef6f0;
  --text:#173226;
  --muted:#6c7d73;
  --line:#dfe9e2;
  --green:#159447;
  --green-2:#0f7d3b;
  --green-soft:#e5f6eb;
  --red:#d74b4b;
  --red-soft:#fdeaea;
  --orange:#e48a2e;
  --orange-soft:#fff1df;
  --yellow:#d9ae17;
  --yellow-soft:#fff8d9;
  --shadow:0 12px 35px rgba(26,76,47,.08);
  --radius:22px;
  --radius-sm:14px;
  --nav-h:76px;
}
