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

@font-face {
  font-family: "Rowan specimen";
  src: url("https://cdn.fontshare.com/wf/EJ75J347NNXMVYYDNYGPENXJVMYRZQBR/7NEP2R36W6ZEC37IAGHA3ED4JCAVNQTN/6VXKNERFU5ZN2BGRRBKJM44S3OWVP6B3.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-rowan-specimen: "Rowan specimen", "Rowan specimen fallback", serif;
}

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