/* Self-hosted font (latin subset) so the app renders its face offline / behind a
   CDN, and so screenshot pixel-diffs don't depend on a Google Fonts network fetch.
   The whole UI is B612 Mono — the Airbus cockpit typeface — at 400 + 700. */

@font-face {
  font-family: "B612 Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./b612-mono-400.woff2") format("woff2");
}
@font-face {
  font-family: "B612 Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./b612-mono-700.woff2") format("woff2");
}
