/* Cinder — self-hosted typefaces.
 *
 * This file replaces the Google Fonts stylesheet the page used to load from
 * https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700
 *   &family=Instrument+Serif:ital@0;1&display=swap
 *
 * The three .woff2 files beside it are the byte-identical "latin" subsets that
 * stylesheet already served to this page: the unicode-range below is Google's own,
 * and every glyph the page renders falls inside it, so nothing else was ever
 * downloaded. See ../MANIFEST.md for the hashes and the coverage proof.
 *
 * Inter Tight's latin file is a single variable font; Google declares it five times,
 * once per requested weight, and that is reproduced verbatim here. It matters: the
 * page asks for font-weight:450 in one place, and discrete declarations quantise that
 * to 500 where a `font-weight:300 700` range would render a true 450 instance. Same
 * file, one download, identical rendering to the hosted stylesheet.
 *
 * Licences: SIL Open Font License 1.1 — OFL-InterTight.txt, OFL-InstrumentSerif.txt.
 */

/* Inter Tight — latin, variable, one file per declared weight. */
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:300;font-display:swap;src:url(InterTight-Latin.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:'Inter Tight';font-style:normal;font-weight:400;font-display:swap;src:url(InterTight-Latin.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:'Inter Tight';font-style:normal;font-weight:500;font-display:swap;src:url(InterTight-Latin.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:'Inter Tight';font-style:normal;font-weight:600;font-display:swap;src:url(InterTight-Latin.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:'Inter Tight';font-style:normal;font-weight:700;font-display:swap;src:url(InterTight-Latin.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}

/* Instrument Serif — latin, static roman and italic. */
@font-face{font-family:'Instrument Serif';font-style:normal;font-weight:400;font-display:swap;src:url(InstrumentSerif-Latin.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:'Instrument Serif';font-style:italic;font-weight:400;font-display:swap;src:url(InstrumentSerif-Italic-Latin.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}
