/* Self-hosted IBM Plex (OFL-1.1), latin subset — no runtime request to Google Fonts.
   Plex Sans ships as one variable font (wght axis) covering 400/500/600;
   Plex Mono as static 400 and 500 (design spec §2.2).
   Include from site.css via `@import url("fonts/fonts.css");` or inline the rules. */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("ibm-plex-sans-wght.woff2") format("woff2-variations"), url("ibm-plex-sans-wght.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("ibm-plex-mono-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-500.woff2") format("woff2");
}
