/* Vibeless QA — self-hosted webfonts.
   The site works right now without any font files: it falls back to
   Georgia and your system monospace, which is a deliberate, legible pairing.

   To get the intended typography, drop the .woff2 files into /fonts/
   and uncomment the blocks below. See README.md for where to get them.
   Both families are SIL Open Font License, so self-hosting is permitted.

   Self-hosting (rather than fonts.googleapis.com) is what keeps this site
   free of third-party requests and out of GDPR territory. Do not re-add
   the Google Fonts <link>. */

/*
@font-face{
  font-family:'Source Serif 4';
  src:url('/fonts/source-serif-4-variable.woff2') format('woff2-variations');
  font-weight:400 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'IBM Plex Mono';
  src:url('/fonts/ibm-plex-mono-400.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'IBM Plex Mono';
  src:url('/fonts/ibm-plex-mono-600.woff2') format('woff2');
  font-weight:600; font-style:normal; font-display:swap;
}
*/
