/* TrackLogic 本地字体 — 由字体可变字重子集化生成，非 Google CDN
 * - Inter Variable (latin, wght 100-900)
 * - Noto Sans SC Variable (页面用字子集, wght 100-900)
 * 子集化: fonttools subset --text-file=<页面字符> --flavor=woff2
 */
@font-face {
    font-family: "Inter";
    src: url("inter.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url("noto-sans-sc.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
