/* Self-hosted Satoshi (Fontshare, official foundry) — replaces the third-party
   fonts.cdnfonts.com/css/satoshi link, which was unreliable (ad-block / CSP /
   flaky CDN) and left Satoshi silently falling back to Fira Sans. Weights 400/500/700
   cover current usage (PMT ticker + PlanMyTaxPopup). Served from our own domain. */

@font-face {
  font-family: "Satoshi";
  src: url("/fonts/satoshi-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/fonts/satoshi-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/fonts/satoshi-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
