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

@font-face {
  font-family: "Pally specimen";
  src: url("https://cdn.fontshare.com/wf/H7RRPPQUKUZD2RCEKOG2EUWW2PMPGIYT/CUKSXG3REB7ZF4OU6YXUM2U3W5NYEU3I/CEHOWZ3P4TA7OGFSEAUC7EPX7SYRE24V.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-pally-specimen: "Pally specimen", "Pally specimen fallback", sans-serif;
}

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