/* Fraunces is self-hosted from the client-supplied OFL archive. The web build
   keeps only Latin, punctuation and currency glyphs plus the optical-size and
   weight axes. No third-party font request is made. */
@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-latin-opsz-wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-024F, U+2000-206F, U+20A0-20CF;
}

/* Georgia is adjusted to approximate Fraunces' average advance and line box,
   reducing reflow while the local WOFF2 file is decoded. */
@font-face {
  font-family: "Fraunces Fallback";
  src: local("Georgia");
  font-style: normal;
  font-weight: 100 900;
  size-adjust: 115.33%;
  ascent-override: 84.80%;
  descent-override: 22.11%;
  line-gap-override: 0%;
}
