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

@font-face {
  font-family: "Expose";
  src: url("https://cdn.fontshare.com/wf/CUT6L56NHJKAMTP6AAEYBBWHJ7VLIV7W/ASC2L375KFOC6LHNABALQSNN7HLSY2RI/JIGE53G2RNTVRSKPJ23ZS4AOXQCWXRG4.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-expose: Expose, "Expose fallback", sans-serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Expose fallback";
  src: local("Arial"), local("Arimo"), local("Liberation Sans"), local("DejaVu Sans"), local("Helvetica");
  size-adjust: 100%;
  ascent-override: 100%;
  descent-override: 30%;
  line-gap-override: 9%;
}
