/* The three families of identity v3.7, self-hosted, latin subset.

   All three are SIL Open Font License, so serving them from our own domain is
   permitted. It also removes a third-party request and stops visitor addresses
   reaching a font host, which is the reason the kit gave for self-hosting.

   The set covers what the product actually asks for, not what the kit document
   alone needed: Barlow at 700 because the app's `hero` and `h1` scales are 700,
   and both italics because `font-mono italic` and italic body text are already
   in use. A weight or style that is requested and missing is synthesised by the
   browser, which slants the glyphs rather than using the drawn ones.

   JetBrains Mono is declared over a weight range because Google serves it as a
   variable font: the 400 and 500 requests return identical bytes, so two rules
   over one file would download it twice. */

@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700;
  font-display: swap; src: url("./BarlowCondensed-Bold.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800;
  font-display: swap; src: url("./BarlowCondensed-ExtraBold.woff2") format("woff2"); }

@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400;
  font-display: swap; src: url("./Barlow-Regular.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 500;
  font-display: swap; src: url("./Barlow-Medium.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600;
  font-display: swap; src: url("./Barlow-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 700;
  font-display: swap; src: url("./Barlow-Bold.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: italic; font-weight: 400;
  font-display: swap; src: url("./Barlow-Italic.woff2") format("woff2"); }

@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400 500;
  font-display: swap; src: url("./JetBrainsMono-Regular.woff2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: italic; font-weight: 400 500;
  font-display: swap; src: url("./JetBrainsMono-Italic.woff2") format("woff2"); }
