body {
  background: #faf3e6; <!-- d3e8e0 -->
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

header.border-bottom {
  border-bottom-color: #023020 !important;
  border-bottom-width: 1px !important;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body a {
  color: #212529 !important;
}

.site-nav-link {
  transition: color 0.15s ease-in-out;
}

.site-nav-link:hover,
.site-nav-link.active {
  color: #2f6f52 !important;
  font-weight: bold;
}

.lang-toggle {
  display: inline-flex;
  border: 1px solid #2f6f52;
  border-radius: 999px;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1;
}

.lang-toggle a {
  padding: 0.3rem 0.65rem;
  text-decoration: none !important;
  color: #2f6f52 !important;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.lang-toggle a.active {
  background: #2f6f52;
  color: #ffffff !important;
  font-weight: bold;
}

.lang-toggle a:hover:not(.active) {
  background: #2f6f5222;
}

.section-box {
  background-color: #c7ded2;
  padding: 1.25rem 1.5rem;
  border-radius: 0;
  margin-bottom: 3.5rem;
}

.section-box h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.4rem;
  margin-bottom: 0.75rem;
}
