/* Self-hosted DM Sans + Outfit (SIL OFL). See OFL-DMSans.txt and OFL-Outfit.txt. */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("/static/fonts/dm-sans-latin-wght-normal.woff2") format("woff2-variations"),
    url("/static/fonts/dm-sans-latin-wght-normal.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url("/static/fonts/dm-sans-latin-wght-italic.woff2") format("woff2-variations"),
    url("/static/fonts/dm-sans-latin-wght-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/outfit-latin-wght-normal.woff2") format("woff2-variations"),
    url("/static/fonts/outfit-latin-wght-normal.woff2") format("woff2");
}
