/* Chinese Simplified (cn-APAC) font supplement. Loaded conditionally by `src/app/layout.tsx`.
 * Same `unicode-range` strategy as `style-jp.css`: Noto Sans SC declared under the EXISTING
 * `Open Sans` / `Open Sans Condensed` families with CJK Unicode ranges. See `style-jp.css`
 * for full rationale. */

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(noto-sans-sc-v7-chinese-simplified_latin-300.woff2) format("woff2"),
         url(noto-sans-sc-v7-chinese-simplified_latin-300.woff) format("woff");
    unicode-range: U+3000-303F, U+4E00-9FFF, U+FF00-FFEF;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(noto-sans-sc-v7-chinese-simplified_latin-regular.woff2) format("woff2"),
         url(noto-sans-sc-v7-chinese-simplified_latin-regular.woff) format("woff");
    unicode-range: U+3000-303F, U+4E00-9FFF, U+FF00-FFEF;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(noto-sans-sc-v7-chinese-simplified_latin-700.woff2) format("woff2"),
         url(noto-sans-sc-v7-chinese-simplified_latin-700.woff) format("woff");
    unicode-range: U+3000-303F, U+4E00-9FFF, U+FF00-FFEF;
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(noto-sans-sc-v7-chinese-simplified_latin-300.woff2) format("woff2"),
         url(noto-sans-sc-v7-chinese-simplified_latin-300.woff) format("woff");
    unicode-range: U+3000-303F, U+4E00-9FFF, U+FF00-FFEF;
}
@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(noto-sans-sc-v7-chinese-simplified_latin-regular.woff2) format("woff2"),
         url(noto-sans-sc-v7-chinese-simplified_latin-regular.woff) format("woff");
    unicode-range: U+3000-303F, U+4E00-9FFF, U+FF00-FFEF;
}
@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(noto-sans-sc-v7-chinese-simplified_latin-700.woff2) format("woff2"),
         url(noto-sans-sc-v7-chinese-simplified_latin-700.woff) format("woff");
    unicode-range: U+3000-303F, U+4E00-9FFF, U+FF00-FFEF;
}
