/*
 * Inter, vendored locally so the site pulls no third-party requests at runtime.
 *
 * Source: https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900
 *         (v20). The woff2 files in ../fonts/ are Google's, verbatim.
 *         Inter is licensed under the SIL Open Font License 1.1.
 */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/inter.260c81a4759b.woff2") format('woff2');
    /* unicode-range declares the range of unicode characters that a file
     * contains, allowing the browser to determine when it should use which file.
     */
    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;
}

/* italic version of the font */
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/inter-italic.0a81fe197e0d.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;
}