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

@font-face {
  font-family: "Clash Display specimen";
  src: url("https://cdn.fontshare.com/wf/VFMK2COV3DN37JR7JQ4CAOJPZ7KWKNY7/ODD5YJNDLHZZB2MIT3DPVH4EIHAMZ34D/BSY64LPTT3OPLVKAZKL3AHKRWZ3D74AC.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

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

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Clash Display specimen 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%;
}
