/* Clash Display: resolved by unifont from the `fontshare` provider.
 * https://unifont.dev/fonts/Clash%20Display
 */

@font-face {
  font-family: "Clash Display preview";
  src: url("https://cdn.fontshare.com/wf/DK2FOA46SRWJ5HXWWU5TK4N4CMHYD236/FPEAXZZSH5L2K5MTJFRIWD2MC32IJMN3/THOOS4VOCKT7H2XEB27NQDYM2NYS4AAR.woff2") format("woff2");
  font-display: swap;
  font-weight: 200 700;
  font-style: normal;
}

:root {
  --font-clash-display-preview: "Clash Display preview", "Clash Display preview fallback", sans-serif;
}

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