/* Font layer for the NRI campaign pages ONLY.
   These three pages deliberately do NOT load the site-wide /assets/css/fonts.css.
   That file declares five families, and on this page it pulled 1.4 MB of fonts,
   831 KB of which was EB Garamond for three pull quotes and 525 KB an
   uncompressed IBM Plex TTF. On cold paid traffic that is real money.
   Here: Advercase for headings (already WOFF2) and IBM Plex as WOFF2. Nothing else.
   The rest of the site is untouched and still uses fonts.css as before. */

@font-face{
  font-family:'Advercase';
  src:url('/assets/fonts/advercase/Advercase-Font/WOFF2/Advercase-Regular.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Advercase';
  src:url('/assets/fonts/advercase/Advercase-Font/WOFF2/Advercase-Bold.woff2') format('woff2');
  font-weight:700;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'IBM Plex Sans';
  /* WOFF2 only, on purpose. Listing the TTF as a fallback made the browser
     fetch BOTH files, 749 KB instead of 224 KB. WOFF2 is universally supported. */
  src:url('/assets/nri/IBMPlexSans-Variable.woff2') format('woff2');
  font-weight:100 700;font-style:normal;font-display:swap;
}
