/* BuyerTell type — self-hosted, no third-party request.
   Archivo (variable width + weight) carries the display voice; Instrument Sans
   sets running text; Azeret Mono handles readouts, labels and data. */
@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo.woff2") format("woff2");
  font-weight: 300 800; font-stretch: 62.5% 125%; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/fonts/instrument-sans.woff2") format("woff2");
  font-weight: 400 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Azeret Mono";
  src: url("/assets/fonts/azeret-mono.woff2") format("woff2");
  font-weight: 300 600; font-style: normal; font-display: swap;
}
