@font-face {
  font-family: 'Atkinson Hyperlegible Next';
  src: url('AtkinsonHyperlegibleNext-wght.ttf') format('truetype');
  font-weight: 100 900;
}

@font-face {
  font-family: 'Atkinson Hyperlegible Mono';
  src: url('AtkinsonHyperlegibleMono-wght.ttf') format('truetype');
  font-weight: 100 900;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('LexendDeca-wght.ttf') format('truetype');
  font-weight: 100 900;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend Deca", sans-serif;
}

h1, h2 {
  text-align: center;
}

h2 {
  background: #AB2812;
  color: white;
  padding: 1rem;
}

h3 {
  background: silver;
  margin: 0;
  padding: .5rem;
}

td {
  font-family: "Atkinson Hyperlegible Mono", monospace;
  font-size: 11pt;
}

html {
  display: grid;
  place-content: center;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  max-width: 60ch;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.5;
}
