/*
 * Outfit — self-hosted.
 *
 * WHY THIS FILE EXISTS
 *
 * The site used to load this face from fonts.googleapis.com and its icons from
 * cdnjs.cloudflare.com. Measured 2026-08-16 on the owner's own browser: BOTH
 * third-party stylesheets answered 503 while the site itself answered 200, and
 * the visible symptom was "the social buttons don't show on the main page" —
 * no error, no broken-image box, just eleven <a> elements rendering nothing,
 * because an <i class="fab fa-..."> with no Font Awesome CSS is an empty inline
 * element. curl from the same machine fetched both CDNs fine, so the block was
 * client-side (an extension, a filter list, a proxy) and nothing server-side
 * could see it or fix it.
 *
 * A third party that is unreachable for SOME visitors is indistinguishable from
 * one that is up, and the failure is silent. Self-hosting is the only fix that
 * holds: these bytes now come from the same origin as the page, so if the page
 * loads, the icons and the type load.
 *
 * Outfit is a variable font — all four weights (300/400/600/900) are served by
 * the same two files, which is why there is one @font-face per unicode-range
 * and not one per weight. Source: Google Fonts CSS API v2 (Outfit v15),
 * captured 2026-08-16.
 */

/* latin-ext */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('/assets/fonts/outfit-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;
}

/* latin */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('/assets/fonts/outfit-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;
}
