/* Bespoke Stencil: resolved by unifont from the `fontshare` provider.
 * https://unifont.dev/fonts/Bespoke%20Stencil
 */

@font-face {
  font-family: "Bespoke Stencil";
  src: url("https://cdn.fontshare.com/wf/4GXF344C5F4FC76XVGJWCP5OZZQ2L2IY/DIGA3TKJXYOVXTGKB5ASFOEHFTLZE2SB/25FALKXSHRBOV5EKV6RVBE46DMW6TCC6.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-bespoke-stencil: "Bespoke Stencil", "Bespoke Stencil fallback", sans-serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Bespoke Stencil fallback";
  src: local("Arial"), local("Arimo"), local("Liberation Sans"), local("DejaVu Sans"), local("Helvetica");
  size-adjust: 100%;
  ascent-override: 98%;
  descent-override: 27%;
  line-gap-override: 9%;
}
