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

@font-face {
  font-family: "Aktura preview";
  src: url("https://cdn.fontshare.com/wf/NIVDH3M5EHMOFQLFSO44DGIVRSURZ2LO/UBHE7HWG6SMKX5EOD4TITKPDUJOMJVMC/UI4W6M6UVXNFLVDCI5G55QMMEE26RWQZ.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-aktura-preview: "Aktura preview", "Aktura preview fallback", serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Aktura preview fallback";
  src: local("serif");
  size-adjust: 100%;
  ascent-override: 94%;
  descent-override: 40%;
  line-gap-override: 7%;
}
