/* ============================================================================
   fonts.css — Black Saber Industries
   Shaped after design/snippets/fonts.css: WOFF2 only, font-display: swap,
   unicode-range latin subset, metric-matched fallback.

   SELF-HOSTED (CHECKLISTS A3.2). Zero requests to fonts.googleapis.com or
   fonts.gstatic.com at runtime — this is a legal position, not a performance
   preference (F-61/F-62/F-63).

   Licence: SIL OFL 1.1, IBM Corp. — ../../licences/IBM-Plex-OFL.txt (A3.1).

   ONE file, 45.7KB, the whole site inventory (budget A3.6: <=4-6 files /
   <=150KB). The house default is a subsetted STATIC pair (A3.7), but Google
   now serves IBM Plex Sans latin only as a VARIABLE file, so the static pair
   is not obtainable from that source. One variable file at 45.7KB is well
   inside budget and is the smaller shipment than two statics would have been.
   ========================================================================= */

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/plexsans-var-latin.e2291e84.woff2") format("woff2-variations");
  font-weight: 100 700;          /* the file's real wght axis range */
  font-style: normal;
  font-display: swap;
  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;
}
