/* The Alternatives — webfonts

   Space Grotesk (variable, latin) — the whole system: UI, body, headlines.
   Geometric, slightly quirky, core to the brand.

   Martian Mono — LOGOTYPE ONLY. It sets the two wordmarks and nothing else:
   not headlines, not UI, not numerals. It is loaded from Google Fonts because
   no self-hosted binaries were supplied; it is SIL Open Font License, so
   unlike Space Grotesk there is no licensing question outstanding.
   Replace this @import with a self-hosted @font-face before launch to avoid a
   render-blocking request on every page. */

@import url("https://fonts.googleapis.com/css2?family=Martian+Mono:wght@500;600;700&display=swap");

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("./SpaceGrotesk-Variable.woff2") format("woff2");
}
