/* Self-hosted copy of the IBM Plex Mono font, used for data-style labels
   (level chips, table headers, form labels) on the public marketing
   homepage (templates/marketing_home.html). Vendored the same way as
   ../manrope/manrope.css and for the same reason - see that file's
   comment, and mini.py's Content-Security-Policy comment ("issue register
   M1"), for why this app never links a font from fonts.googleapis.com/
   fonts.gstatic.com directly. Only the "latin" unicode subset is kept.
   Unlike Manrope/Newsreader/IBM Plex Sans/Dancing Script above, Google
   does not offer this family as a single variable-weight file for a
   requested weight range - it only serves discrete static weights - so
   this is three separate woff2 files, one per weight the design uses. */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(ibm-plex-mono-latin-400.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(ibm-plex-mono-latin-500.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(ibm-plex-mono-latin-600.woff2) format('woff2');
}
