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

@font-face {
  font-family: "Roundo preview";
  src: url("https://cdn.fontshare.com/wf/Q27SHUILAI67FICNJF2CYV5TY5DNQNJ3/43ZQHOC6QBKEJW3PNBS6TWWZIQGW27JN/WA7OX75GZRWOZCVPMRPD4RIBFFTMCHCK.woff2") format("woff2");
  font-display: swap;
  font-weight: 200 700;
  font-style: normal;
}

:root {
  --font-roundo-preview: "Roundo preview", "Roundo preview fallback", sans-serif;
}

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