@font-face {
  font-family: 'NunitoSans';
  src: url('fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'NunitoSans';
  src: url('fonts/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
  font-style: italic;
}

body {
  margin: 0;
  font-family: 'NunitoSans';
  font-size: 18px;
  color: #333;
}

.hidden {
  display: none !important;
}

main a {
  color: #3b82f6;
  text-decoration: none;
}

main a:hover {
  text-decoration: underline;
}

small {
  font-size: 0.9em;
  color: #666;
}

#masthead, main {
  max-width: 56em;
  margin: 1.5em auto;
  padding: 0 1.5em;
}

img, video {
  height: auto
}

h1 {
  font-size: 1.875em;
  font-weight: 600;
  letter-spacing: -0.01562em;
  margin: 0.5em 0;
}

h2 {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: -0.01562em;
  margin: 1.5em 0 0.5em;
}

p {
  line-height: 1.6;
  margin: 0.5em 0;
}

hr {
  height: 2px;
  color: #333;
  background: #333;
  font-size: 0;
  border: 0;
  margin: 2em 0;
}

label {
  display: block;
  margin: 1em 0 0.1em;
}

button {
  border: 1px solid #333;
  border-radius: 0.25em;
  padding: 0.25em 1em;
  background: #eee;
  color: #333;
}

input {
  border: 1px solid #333;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  background: white;
  height: 1.6em;
}

br {
  height: 1em;
}