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

@font-face {
  font-family: "Gambetta specimen";
  src: url("https://cdn.fontshare.com/wf/UZPXFLPCL3LPXEMLR5DTVJKV74OXXAV4/6OFIA3NPHGHWKE52SKZL7EQ4WH22JUMB/ODDSCHC7OZCRRQJDJV5LMJKTGF7URFO4.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-gambetta-specimen: "Gambetta specimen", "Gambetta specimen fallback", serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Gambetta specimen fallback";
  src: local("Times New Roman"), local("Tinos"), local("Liberation Serif"), local("DejaVu Serif"), local("Times");
  size-adjust: 100%;
  ascent-override: 93%;
  descent-override: 29%;
  line-gap-override: 8%;
}
