/* ──────────────────────────────────────────────────────────────
   BazaFit — Webfonts
   The product UI runs on the native system stack (San Francisco on
   iOS, Segoe on Windows, Roboto on Android). Roboto is bundled as a
   deterministic fallback for specimens and PDF reports (pdf-lib).

   NOTE: the previous self-hosted "SF Pro Display" @font-face pointed at
   SFProDisplay-Regular.otf, which was never shipped. On Android the
   font stack resolved to that family, the .otf 404'd, and the bold
   heading failed to render in Telegram's WebView. The face has been
   removed so the stack falls cleanly through to the native system font
   (Roboto on Android). Re-add it only if the .otf is actually bundled.
   ────────────────────────────────────────────────────────────── */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
}
