:root {
  --forest: #264e36;
  --leaf: #7BA470;
  --earth: #e7dfc6;
  --clay: #ad8b73;
  --dark: #121212;
}

body.dark {
  background-color: var(--dark);
  color: #e5e5e5;
}

body.dark .card {
  background-color: #1d1d1d;
  border-color: #333;
}

body.dark header,
body.dark footer {
  background-color: #0e0e0e !important;
}
