/* ==========================================================================
   NorthLedger — self-hosted typefaces
   IBM Plex Sans (variable 400–700) + IBM Plex Mono (400/500/600)
   Latin subset, woff2. 68.8 KB total.

   Self-hosted on purpose: it removes the only third-party request on the site,
   so no visitor's IP is disclosed to a third party simply for loading a page.
   That is what makes the "privacy by design" claim on the homepage literally
   true. See privacy.html §10 — if these files are ever swapped back for a CDN,
   that section must be updated in the same commit.

   SIL Open Font License 1.1 — https://github.com/IBM/plex
   ========================================================================== */

@font-face{
  font-family:'IBM Plex Sans';
  font-style:normal;
  font-weight:400 700;              /* variable axis */
  font-display:swap;
  src:url('fonts/plex-sans-var.woff2') format('woff2');
}

@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/plex-mono-400.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/plex-mono-500.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/plex-mono-600.woff2') format('woff2');
}
