/* ------------------------------------------------------------------------
   Self-hosted typography, latin subset only (140 KB total).
   No third-party requests at runtime, so the strict CSP never has to be bent.
   IBM Plex Sans is a VARIABLE font (verified: fvar + gvar tables present),
   so one file covers 400-600 without synthetic bolding.
   ------------------------------------------------------------------------ */

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

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

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