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

@font-face {
  font-family: "Bespoke Serif specimen";
  src: url("https://cdn.fontshare.com/wf/DGL7AR63QELJFTOEASXHFYM5NAKYODNK/GYJUWP667LEHZ5W2WM5CQDIWDFJX2DFY/DLLWXFUYSJGEWBBZLWVRWRKWK2K5HHIO.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

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

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Bespoke Serif specimen fallback";
  src: local("Times New Roman"), local("Tinos"), local("Liberation Serif"), local("DejaVu Serif"), local("Times");
  size-adjust: 100%;
  ascent-override: 101%;
  descent-override: 27%;
  line-gap-override: 9%;
}
