/* The two faces every stylesheet here already names. They come from this origin
   rather than a font host, so a guide read on shop wifi waits on one server. */

@font-face {
  font-family: "Space Grotesk";
  src: url(/static/fonts/space-grotesk-400.woff2) format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url(/static/fonts/space-grotesk-500.woff2) format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url(/static/fonts/space-grotesk-700.woff2) format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url(/static/fonts/space-mono-400.woff2) format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url(/static/fonts/space-mono-700.woff2) format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
