/* Apply Dosis specifically to headings */
h1,
h2,
h3 {
  font-family: "Dosis", sans-serif;
  margin: 6px;
  font-size: 1.7em;
}

label {
  display: block;
  margin-bottom: 5px;
  color: var(--formText);
}

@media only screen and (max-width: 800px) {
  h2 {
    /*margin-top: 0.2em;*/
    /*  margin-bottom: 0.8em;*/
    font-size: 1.3em;
  }
}
