/* GENERATED FILE - DO NOT EDIT.
   Copied from brand/fonts.css by docs-site/hooks/brand.py.
   Edit the source in brand/ instead. */

/* ==========================================================================
   PhyWare Web Fonts — Geist Sans + Geist Mono (SIL Open Font License 1.1)
   --------------------------------------------------------------------------
   Self-hosted rather than loaded from Google Fonts. Two reasons:

     1. Privacy. Enterprise customers evaluate third-party
        requests; a font CDN is an avoidable one.
     2. Performance. No extra DNS/TLS handshake, and `font-display: swap`
        against a same-origin, preloaded file eliminates the flash the old
        Google-hosted Inter link caused.

   Both variable font files are emitted to `/fonts/` on BOTH sites by
   `brand/scripts/gen-assets.mjs`, so this single stylesheet works unmodified
   on phyware.io and docs.phyware.io.

   Source: https://github.com/vercel/geist-font
   ========================================================================== */

@font-face {
  font-family: 'Geist';
  src: url('/fonts/Geist-Variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist Mono';
  src: url('/fonts/GeistMono-Variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
