/* Faraon, self-hosted for display headings. Gotham SSm arrives via
   cloud.typography (linked in the layout head). */

@font-face {
  font-family: "Faraon";
  src: url("/assets/Faraon-Regular-c33199fe.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faraon";
  src: url("/assets/Faraon-Light-ba069ac5.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faraon";
  src: url("/assets/Faraon-RegularIt-3554d2bf.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Metric-tuned fallback so headings keep their box while Faraon loads.
   Numbers derived from Faraon's hhea table (960/-240 at 1000 upm) scaled
   against Georgia. */
@font-face {
  font-family: "Faraon Fallback";
  src: local("Georgia");
  size-adjust: 108%;
  ascent-override: 89%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Caveat";
  src: url("/error-assets/caveat.ttf") format("truetype");
  font-weight: 400 700;
  font-display: swap;
}
