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

@font-face {
  font-family: "Outfit specimen";
  src: url("https://cdn.fontshare.com/wf/RPEPC24XXAVK6EWUOKWQUPTOZQR35AS2/BVWMEQ5ZCLZP2VOXOHXQDCZADXNFBXUF/5REHZLR2B5PQAKMITIQJK6BDK34RDHS4.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-outfit-specimen: "Outfit specimen", "Outfit specimen fallback", sans-serif;
}

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