/* The faces the El Niño report uses, and no others. brand-fonts.css
   carries every MATI weight as base64 inside one 590KB stylesheet, which
   the browser has to download whole before it paints a word and before
   the survey fetch is allowed to start. This report sets everything at
   weight 400, so it loads the three files it needs and nothing else,
   each fetched in parallel and only when a glyph calls for it.

   Sharp Earth Devanagari, MATI's commissioned Devanagari companion, is
   first in the Devanagari stack; Noto is the fallback for any glyph it
   lacks and is fetched only if that happens. */
@font-face{font-family:'Sharp Earth';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/SharpEarth-Regular.woff2') format('woff2')}
@font-face{font-family:'Season Serif';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/SeasonSerif-Regular.woff2') format('woff2')}
@font-face{font-family:'Sharp Earth Devanagari';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/SharpEarthDevanagari-Regular.woff') format('woff')}
@font-face{font-family:'Sharp Earth Devanagari';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/SharpEarthDevanagari-Medium.woff') format('woff')}
@font-face{font-family:'Noto Sans Devanagari';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/NotoSansDevanagari-Regular.woff2') format('woff2')}
