/* =========================================================================
   Fleet Street Books — font faces
   GENERATED BY build-fonts.py — do not edit by hand.

   Mode: link
   Faces are referenced with url(). Requires the page to be served
   over HTTP — a double-clicked file:// page will silently fall back
   to system fonts.
   ========================================================================= */

@font-face {
  font-family: "FSB Display";
  src: url("test-family-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pitch";
  src: url("Pitch-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Metric-matched fallbacks: hold the layout still if a face ever fails. */
@font-face {
  font-family: "FSB Display Fallback";
  src: local("Times New Roman"), local("Times");
  size-adjust: 105%;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}

/* Courier, by direction. Overrides derived from Courier New against Pitch:
   both are monospace, and matching the ADVANCE (not the x-height) is what
   matters here — the email address is the widest atom on the page, so an
   advance match means a failed Pitch load does not reflow the line.
     Pitch       adv 614/1000 = 0.6140 em
     Courier New adv 1229/2048 = 0.6001 em  -> size-adjust 102.3%
   ascent/descent are Pitch's, divided by that same factor. */
@font-face {
  font-family: "Pitch Fallback";
  src: local("Courier New"), local("CourierNewPSMT"), local("Courier");
  size-adjust: 102.3%;
  ascent-override: 88%;
  descent-override: 31.3%;
  line-gap-override: 0%;
}
