/* ==========================================================================
   Self-hosted fonts — Good Neighbors Food Pantry
   Variable woff2 (latin subset) served from our own origin — no Google CDN
   round-trips. Each real face is paired with a metric-matched fallback
   (size-adjust + *-override computed via Capsize) so that the brief window
   before the woff2 loads renders at the SAME size/line-box => zero layout
   shift, no flash-of-movement on navigation.
   ========================================================================== */

/* ---- Real faces (variable, latin subset) ------------------------------- */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/newsreader-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
}

/* ---- Metric-matched fallbacks (no download; uses a local system font) --- */
@font-face {
  font-family: "Newsreader Fallback";
  src: local("Times New Roman"), local("Times");
  size-adjust: 112.41%;
  ascent-override: 65.39%;
  descent-override: 23.57%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Inter Fallback";
  src: local("Arial"), local("Helvetica Neue");
  size-adjust: 107.16%;
  ascent-override: 90.40%;
  descent-override: 22.50%;
  line-gap-override: 0%;
}
