/* Bonny: resolved by unifont from the `fontshare` provider.
 * https://unifont.dev/fonts/Bonny
 */

@font-face {
  font-family: "Bonny specimen";
  src: url("https://cdn.fontshare.com/wf/AG6QG7FHAEVDKFUVQI74UJNPIUIME6ZL/DLJCIGBUV5C2CKF4VAKQEQU4BYSBGDOJ/K4WM2XCCNWATUKRUC45COB2XDN52TUYD.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-bonny-specimen: "Bonny specimen", "Bonny specimen fallback", serif;
}

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