/* General Sans: resolved by unifont from the `fontshare` provider.
 * https://unifont.dev/fonts/General%20Sans
 */

@font-face {
  font-family: "General Sans specimen";
  src: url("https://cdn.fontshare.com/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-general-sans-specimen: "General Sans specimen", "General Sans specimen fallback", sans-serif;
}

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