@import url(https://db.onlinewebfonts.com/c/85fdb235f6f372f2a93f1b46d449a6a9?family=Delisia+W00+Regular);

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.nav-link {
  color: #594041;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav-link:hover {
  color: #f48da0;
}

.nav-link.active {
  color: #f48da0;
  border-bottom-color: #f48da0;
}
