.popup-toggle {
  font-family: var(--font-body-family);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration-line: underline;
  color: #363935;
}

.popup-toggle a {
  letter-spacing: 0;
  color: inherit;
}

@media (min-width: 1300px) {
  .popup-toggle {
    font-size: 1.4rem;
  }
}
