@font-face {
  font-family: "Hanken Grotesk";
  src: url(HankenGrotesk-VariableFont_wght.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url(HankenGrotesk-Italic-VariableFont_wght.ttf) format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url(SourceSans3-VariableFont_wght.ttf) format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url(SourceSans3-Italic-VariableFont_wght.ttf) format("truetype");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
