/**
 * Noto Sans SC（自托管）— Manager Center 全局 UI 字族
 *
 * 落点：public/fonts → vite build 原样拷入 build/manager_center_dist/fonts/
 * 加载：index.html %BASE_URL%fonts/（dev=/ fonts；生产=/mc/fonts）
 * 字重：300 Light（placeholder）+ 400 Regular + 500 Medium + 600 SemiBold + 700 Bold。
 * 许可：SIL Open Font License（见 npm @fontsource/noto-sans-sc LICENSE）。
 */

/* —— Light 300（输入 placeholder）—— */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('./noto-sans-sc-chinese-simplified-300-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('./noto-sans-sc-latin-300-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('./noto-sans-sc-latin-ext-300-normal.woff2') format('woff2');
}

/* —— Regular 400 —— */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./noto-sans-sc-chinese-simplified-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./noto-sans-sc-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./noto-sans-sc-latin-ext-400-normal.woff2') format('woff2');
}

/* —— Medium 500 —— */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./noto-sans-sc-chinese-simplified-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./noto-sans-sc-latin-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./noto-sans-sc-latin-ext-500-normal.woff2') format('woff2');
}

/* —— SemiBold 600 —— */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('./noto-sans-sc-chinese-simplified-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('./noto-sans-sc-latin-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('./noto-sans-sc-latin-ext-600-normal.woff2') format('woff2');
}

/* —— Bold 700 —— */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('./noto-sans-sc-chinese-simplified-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('./noto-sans-sc-latin-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('./noto-sans-sc-latin-ext-700-normal.woff2') format('woff2');
}
