/* Self-hosted Inter (body) + Literata (headings), Latin subset only.

   Unlike montserrat/grotesk/slab — which ship one static 400 file aliased
   across every weight, letting the browser synthesize the bolds — both of
   these are Google's *variable* files, so a single woff2 per family covers
   the whole 400-700 range with real, designed weights. That matters here
   because this is the one EN_TYPE that pairs two families: the display
   serif carries the headings, so its 600/700 need to be genuine rather
   than synthetically emboldened.

   Chosen over the Lora/Work Sans pairing this started as, on legibility:
   Inter carries a taller x-height and disambiguated I/l/1, which is what
   the 11-14px byline, tag and cross-promo strings actually need; Literata
   was drawn for long-form reading on screen.

   Two files, not one, so this is also the only EN_TYPE with a second
   preload — see the EN_TYPE_DISPLAY map in functions.php. */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('editorial-400.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: 'Literata';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('editorial-display.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;
}
