/* Webfonts, loaded only when lite_mode is off.
 *
 * Kept out of wanasiasa.css so base.html can drop the whole request on a
 * metered connection: even subset, these six files are ~83KB, close to the
 * rest of the page combined. Without them the stack falls back to the
 * system fonts named in the --font-* tokens, and the layout still holds.
 *
 * Static instances, not variable fonts. wanasiasa.css only ever sets
 * font-weight 400 (body) or 600 (headings, .searchform label, .filterbar
 * label, ul.results a) - no rule asks for anything else, and <strong>
 * resolves to the nearest loaded weight (600) rather than a synthesised
 * bold. A variable font's interpolation table (gvar) costs more than the
 * glyph outlines it interpolates between: instancing to the two weights
 * actually used and discarding gvar/fvar/avar took Newsreader from 58KB to
 * two 20KB files and Plex Sans from 40KB to two 13KB files, a net saving
 * even after doubling the file count. Rebuild with `fonttools varLib.
 * instancer` at the target weight, then `fonttools subset` per below.
 *
 * Latin subset, woff2 only, unicode-range unchanged from the upstream
 * Google Fonts build - covers Swahili and English, no diacritics beyond
 * this range in either language.
 *
 * font-display: swap paints text in the fallback immediately rather than
 * blocking on the download. On a slow connection that is the difference
 * between a readable page and a blank one.
 */

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/newsreader-400.c0b780a1939b.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/newsreader-600.b0cde3d82905.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/plex-sans-400.00f017ff9539.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/plex-sans-600.9e1fffd29c44.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+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: 400;
  font-display: swap;
  src: url("../fonts/plex-mono-400.afef83c8fa56.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+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/plex-mono-600.ac2ede7e8ac4.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
