@font-face {
  font-family: "Atkinson-Hyperlegible";
  src: url("/assets/fonts/Atkinson-Hyperlegible/Atkinson-Hyperlegible-Regular-102a.woff2")
    format("woff2");
}

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

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.25em;
}

h1.hero {
  font-size: 3em;
  line-height: 1.2;
}

blockquote {
  border-left: solid 3px var(--brand);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
  font-weight: 300;
}

em,
i {
  font-weight: 300;
}

.phonetics {
  font-family: sans-serif;
}
