/* Self-hosted, so the site sends nothing to a third party.
   The privacy policy says WorkNook carries no third-party trackers — a page
   *about* that policy loading fonts from Google would hand every visitor's IP
   to one. Latin subsets only; these pages are English.

   Plex Sans and Source Serif are variable fonts: Google serves one file per
   family covering the whole weight range, so 400 and 600 were byte-identical
   downloads. One file each, with the range declared.

   IBM Plex and Source Serif 4 are both under the SIL Open Font License 1.1,
   which permits this. The license travels with them, in OFL.txt. */

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

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

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/source-serif-4.woff2') format('woff2');
}
