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

@font-face {
  font-family: "Bespoke Sans specimen";
  src: url("https://cdn.fontshare.com/wf/VRTNE2DNXBGFJ64UDB22P5WYA3K6HG52/DWBMQL7GKH3Y3ACL7X53VLKTL64LOEVL/WME7ZNOIO65EWB3CT2N3GW2TVQIBMDRH.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-bespoke-sans-specimen: "Bespoke Sans specimen", "Bespoke Sans specimen fallback", sans-serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Bespoke Sans specimen 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%;
}
