/* HEADER */

.nav-active {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
  text-underline-offset: 0.35rem;
  text-decoration: underline;
}

