/* Norwester, self-hosted from the legacy app's font kit
   (webApps/busters-us-stage/public/assets/bustersfonts). It is the declared
   fallback behind Gasoek One in the legacy heading stack, and the legacy site
   serves it from its own origin — so naming it here without shipping the face
   would leave a dead entry in the stack. Gasoek One (Google) and Satoshi
   (Fontshare) stay hotlinked, exactly as the legacy app loads them.
   Imprimo also ships in that kit but no legacy rule ever uses it. */
@font-face {
  font-family: "Norwester";
  src:
    url("Norwester-Regular.woff2") format("woff2"),
    url("Norwester-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
