/* Print style overrides */

*:not(svg) {
  background-color: none;
  color: var(--black) !important;
}

.button, button {
  border: 2px solid var(--gray3);
}

nav ul, .js-backToTop {
  display: none;
}

.measure {
  max-width: none;
}

a:not(.linkReset):not(.button) {
  text-decoration: underline;
  text-underline-offset: 0.125em;
  text-decoration-color: var(--red1);
}
