/* ==========================================================================
   LFFO type system - the font files themselves, served from this origin.

   WHY THESE ARE HERE AND NOT ON fonts.googleapis.com. A stylesheet link to
   Google resolves DNS, completes a TLS handshake and sends the visitor's IP
   and User-Agent to a third party on every page load, before a single word
   is drawn. That is a transfer this association has no lawful basis for and
   no way to switch off, so the files live on this origin and the site's own
   Content-Security-Policy is font-src 'self' data:. Nothing here contacts
   anybody.

   WHY ONE @font-face PER STYLE AND NOT ONE PER WEIGHT. EB Garamond and Inter
   are VARIABLE fonts: one file carries the whole weight axis. Google's own
   stylesheet still emits a separate @font-face per requested weight, each
   pointing at that same file and each declaring a single weight. Copied
   verbatim that is a silent bug: the browser matches one of the faces, loads
   the file and renders it at the axis default, so every weight on the page
   comes out at 400 and the hierarchy quietly flattens. Declaring the RANGE
   instead - font-weight: 400 800 - is what tells the browser it may
   interpolate, and it is why h3 at 600 actually looks heavier than body at
   400. IBM Plex Mono is not variable, so it keeps one file per weight.

   Latin and latin-ext only. The site is English, French, German and Spanish;
   Cyrillic, Greek and Vietnamese would be roughly 400KB nobody ever reads.
   ========================================================================== */

/* The wordmark. Display only: it has no accented capitals, no quotation
   marks and no percent sign, so it is never allowed to carry body copy. Its
   fallback is EB Garamond italic rather than Times, because a French heading
   with an accented capital falls through per character and Garamond italic is
   drawn from the same lineage - the reader sees one typeface, not two. */
@font-face{font-family:'LFFO Wordmark';font-style:italic;font-weight:400;font-display:swap;src:url(./lffo-wordmark.woff2) format('woff2'),url(../lffo-wordmark-italic.woff?v=3) format('woff')}

@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400 800;font-display:swap;src:url(./eb-garamond-400-normal-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:'EB Garamond';font-style:normal;font-weight:400 800;font-display:swap;src:url(./eb-garamond-400-normal-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400 800;font-display:swap;src:url(./eb-garamond-400-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}
@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400 800;font-display:swap;src:url(./eb-garamond-400-italic-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url(./inter-200-normal-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';font-style:normal;font-weight:100 900;font-display:swap;src:url(./inter-200-normal-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url(./ibm-plex-mono-400-normal-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:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url(./ibm-plex-mono-400-normal-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url(./ibm-plex-mono-500-normal-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:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url(./ibm-plex-mono-500-normal-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
