body {
  font-size: 16px;
  font-size: clamp(15px, 2vw, 22px);
  font-family: var(--body-font);
  counter-reset: glossary;
  background-color: var(--background-color);
  color: var(--text-color);
  line-height: 1.65;
} 

h1, h2, h3, h4, h5, h6, header {
  font-family: var(--title-font);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

header > a {
  text-decoration: none;
}

h5 {
  font-style: italic;
}

h4, h5, h6 {
  font-weight: 400;
}

.hidden {
  display: none;
}
