/* ==========================================================================
   FAME webfonts — IBM Plex, self-hosted
   --------------------------------------------------------------------------
   Self-hosted rather than loaded from Google Fonts: no third-party request on
   a page a donor may open behind an institutional firewall, no FOIT, and one
   fewer DNS lookup against Core Web Vitals.

   Licence: SIL Open Font License 1.1. This is a deliberate move away from the
   parent theme's GT Walsheim Pro, which is a commercial Grilli Type face
   licensed for use within Herrington — not for a custom build on top of it.

   Latin subset only. If Urdu content is ever added (parked in CLAUDE.md §11),
   Plex Sans Arabic will need adding here as a separate family.
   ========================================================================== */

/* Plex Sans — variable weight axis.
   The prototype specified weights 520, 640, 660 and 680, which only render as
   authored against a variable axis; with static weights they collapse to
   500/700 and the calibration is lost. */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
                 U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Plex Mono — two static weights. Carries every data label, eyebrow, table
   header, chip and figure on the site. */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
                 U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
                 U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
