/* ---------------------------------------------------------------
   Self-hosted typefaces.

   These used to be served from Google Fonts, which meant every
   visitor's browser announced itself to Google before the page had
   rendered. For a tool sold on not keeping your data, handing a third
   party your readers' IP addresses to save downloading three files was
   the wrong trade. Now there are no third parties at all.

   Each file is a variable font covering the whole weight range, so all
   three weights of Inter come from one 47 KB download. Latin subset
   only — 104 KB for the set. Non-latin text falls back to a system
   font rather than rendering as empty boxes, which is what the
   unicode-range below is for.

   Inter, Space Grotesk and JetBrains Mono are all under the SIL Open
   Font Licence 1.1 and may be redistributed. See static/fonts/NOTICE.
   --------------------------------------------------------------- */

/* Basic Latin, Latin-1 Supplement, common punctuation and symbols. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/Inter-var.260c81a4759b.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/SpaceGrotesk-var.87c506d88b9f.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/JetBrainsMono-var.b636a65da4f0.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
