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

@font-face {
  font-family: "RX100 specimen";
  src: url("https://cdn.fontshare.com/wf/VQMHT7VGIMIEZUW7KETAG2YQ7CFBFZQG/L2XDMVV7CQ2FM3MNRLCLZCJSSCY6LMWE/UR4RC3ALHXDTOAWHCAWE2TFIL7KJW4C7.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-rx100-specimen: "RX100 specimen", "RX100 specimen fallback", sans-serif;
}

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