.er-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 48px;
  background: rgba(250, 246, 240, 0.88);
  border-bottom: 1px solid var(--border-light);
}

.er-nav__logo {
  font-family: Playfair Display, serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green-800);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.er-nav__links {
  display: flex;
  gap: 36px;
  align-items: center;
  list-style: none;
}

span {
  color: #C49A2B;
}

.mb-4 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.text-white {
  color: #fff;
}

.web {
  color: black;
}

.webd {
  color: darkgray;
}