/* Self-hosted web fonts, latin subset only (the catalogue is English; operator,
   ship and port names stay inside Latin-1).

   Inter and JetBrains Mono are variable files — two downloads replace what would
   otherwise be five static Inter weights plus three mono weights. DM Serif Display
   has only a 400 upright, so it stays static.

   The url()s MUST be relative. AssetMapper's CssAssetUrlCompiler only rewrites and
   versions relative references; an absolute '/assets/fonts/...' is passed through
   untouched, works in dev, and 404s in prod once asset-map:compile has digested the
   filenames.

   Licences: Inter and JetBrains Mono are SIL OFL 1.1; DM Serif Display is SIL OFL 1.1.
   Files fetched from the Fontsource CDN. */

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/inter-latin-var-Gz7AlRl.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: "JetBrains Mono";
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url("../fonts/jetbrains-mono-latin-var-qI6BF9f.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "DM Serif Display";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/dm-serif-display-latin-400-U8_QxHi.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}
