/* Plain 'Satoshi' webfont for the overlays, so --gf-font-data:'Satoshi'
   resolves to real Satoshi everywhere (live overlay window, in-app preview,
   and machines without Satoshi installed) — NOT only where the OS has it.

   Sourced from Fontshare (the full Satoshi build, which RETAINS the tabular-
   figures `tnum` feature). The copy bundled in newui-fonts.css is a subset that
   dropped `tnum`, which broke `font-variant-numeric: tabular-nums` and made live
   numbers jump — do NOT use that subset for overlay numbers. Files live in
   ../fonts/satoshi-*.woff2.

   Weight 300 was dropped 2026-05-26 — the audit found zero references to
   font-weight:300 (or `font: 300 …` shorthand) anywhere in overlays.css,
   launcher.css, or any .razor file. Saves ~25 KB / file off the overlay
   WebView2's loaded fonts. Re-add if a future style needs it. */
@font-face { font-family: 'Satoshi'; src: url('../fonts/satoshi-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('../fonts/satoshi-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('../fonts/satoshi-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('../fonts/satoshi-900.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap; }
