/* One self-hosted face, and system faces for the rest. Nothing is fetched
   from a third party — consistent with the "nothing leaves your tenant"
   posture. Headings use Georgia; body text uses the platform UI face;
   only the mono labels ship a file, because system monospace varies too
   much between platforms to carry a brand element. */

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