:root {
  --primary: #3d5730;
  --primary-dark: #25381c;
  --dark: #3a3a3a;
  --light: #f5f3f0;
  --text: #3a3a3a;
  --border: #d0ccc8;
  --bg-white: #faf9f7;
  --text-muted: #6b6b6b;
  --bg-light-green: #e0e6dc;
  --bg-dark-green: #c0ccba;
}

