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

@font-face {
  font-family: "Chillax preview";
  src: url("https://cdn.fontshare.com/wf/ZYDQ23QUC5RIWZP2XNQDB6EQIKJAJRWI/OQWULF7QT4HTMBH6W3XY6DESOSZLWT3L/7L7IIHAKMJC3Z2MTNHMMKSRMMTKZN4OJ.woff2") format("woff2");
  font-display: swap;
  font-weight: 200 700;
  font-style: normal;
}

:root {
  --font-chillax-preview: "Chillax preview", "Chillax preview fallback", sans-serif;
}

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