:root {
  font-size: 16px;
}
@media (min-width: 1440px) {
  :root {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  color: #333;
}

h1 {
  font-size: 1.65rem;
}

h2 {
  font-size: 1.25rem;
}

p,
time {
  font-family: "Arvo", Times, serif;
  line-height: 1.5;
  font-size: 1rem;
  color: #333;
}

article {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem;
}

time {
  margin: 0;
}

pre {
  margin: 2rem;
  padding: 1rem;
  background: #f5f5f5;
  color: #000;
  font-family: "Oxygen Mono", monospace;
  line-height: 1.4;
  font-size: 0.875rem;
}

/*# sourceMappingURL=words.css.map */