:root {
  --text-color: #2d2d2d;
  --bg-color: #fafaf8;
  --accent-color: #556b58;
  --link-color: #556b58;
  --heading-color: #556b58;
}

a {
  color: #556b58 !important;
}

.nav a:hover {
  color: #7a9580 !important;
}

header {
  background: #ffffff !important;
}