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

@font-face {
  font-family: "Anton specimen";
  src: url("https://cdn.fontshare.com/wf/TPY5PBRHOSXJ53WNSUYZQYX4FZUMAYNF/YHKM2QXXZHS7MS6DJUZXTGRXMIGWH7K5/PCXT6E5YCQO6SSVLT6UZPPGT7QKGXOUS.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-anton-specimen: "Anton specimen", "Anton specimen fallback", sans-serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Anton specimen fallback";
  src: local("sans-serif");
  size-adjust: 100%;
  ascent-override: 117.6%;
  descent-override: 32.9%;
  line-gap-override: 0%;
}
