/*
 * Noto Sans SC — CJK (Chinese) font declarations.
 * Latin characters continue to use Open Sans (defined in main.css).
 *
 * License: SIL Open Font License 1.1
 * Source: https://github.com/fontsource/fontsource
 *
 * font-display: swap  (text renders immediately in system fallback,
 * then swaps to Noto Sans SC once loaded. No blocking.)
 */

/* Noto Sans SC — CJK (Chinese) variable font.
 * Subsetted per content via hugo-dev script.
 * Covers all weights 100-900 from a single variable woff2.
 *
 * License: SIL Open Font License 1.1
 * font-display: swap — renders immediately in system fallback,
 * then swaps to Noto Sans SC once loaded. No blocking. */
@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url("/fonts/noto-sans-sc.woff2") format("woff2");
    unicode-range: U+4E00-9FFF, U+3000-303F, U+FF00-FFEF;
}
