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

@font-face {
  font-family: "Quilon preview";
  src: url("https://cdn.fontshare.com/wf/CBLUCSKBDB5PPKORIM4PLGF3QTVE2ALT/YP6FLLGLA3E2D6W2NIUOGXI5ALUBZJO3/TZJT5S3Y6SX3HNSCN5PNHSBJWJTDPTEC.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 700;
  font-style: normal;
}

:root {
  --font-quilon-preview: "Quilon preview", "Quilon preview fallback", sans-serif;
}

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