/* Self-hosted faces for the community site. No CDN: the CSP is default-src
   'none' with font-src 'self', and a font that needs a third party is a font
   that needs a CSP hole.

   tokens.css declares the three IBM Plex Mono weights already, because the
   operator sheet ships with them and the sheet is copied verbatim. This file
   adds the one face the sheet references but does not declare -- Instrument
   Sans, as a single variable woff2 covering 400 to 700, which is smaller than
   the four statics it replaces. */

@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/instrument-sans-latin-variable.woff2') format('woff2-variations');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
