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

@font-face {
  font-family: "Outfit preview";
  src: url("https://cdn.fontshare.com/wf/5CUYQY5BTX2W3ZPVRCCCLWNDFRFO4X2Q/4ZFWCKR7SZIG5QK3WRRMPJIO3T4V7P3P/MSBFVUKVELIKYOCZRGPPNF2NPYHTJ4RR.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
  font-style: normal;
}

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

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