/* STIX Two Math: resolved by unifont from the `google` provider.
 * https://unifont.dev/fonts/STIX%20Two%20Math
 */

@font-face {
  font-family: "STIX Two Math specimen";
  src: url("https://fonts.gstatic.com/l/font?kit=pONg1hwwL_6M9EkZySr_yteUi1_ACkcE_IiSLlb6tTn79fFKlCaxlY1GMp_1ojjUvMjEu89nMDQx&skey=3d1d08b5aee869a3&v=v12") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-stix-two-math-specimen: "STIX Two Math specimen", "STIX Two Math specimen fallback", serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "STIX Two Math specimen fallback";
  src: local("Times New Roman"), local("Tinos"), local("Liberation Serif"), local("DejaVu Serif"), local("Times");
  size-adjust: 100%;
  ascent-override: 98.4%;
  descent-override: 31.6%;
  line-gap-override: 0%;
}
