/* Self-hosted fonts. Keep each family's OFL.txt with its font file. */
@font-face {
  font-family: "Space Grotesk";
  src: url("./fonts/SpaceGrotesk/SpaceGrotesk-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("./fonts/DMSans/DMSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
