/* 本地字体，替代 Google Fonts CDN */

/* Ma Shan Zheng（毛笔字，标题/棋子用） */
@font-face {
  font-family: 'Ma Shan Zheng';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./ma-shan-zheng-chinese-simplified-400-normal.woff2') format('woff2');
}

/* Noto Serif SC（正文 UI 用，只保留 400/600/900 三个字重） */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./noto-serif-sc/noto-serif-sc-chinese-simplified-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('./noto-serif-sc/noto-serif-sc-chinese-simplified-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url('./noto-serif-sc/noto-serif-sc-chinese-simplified-900-normal.woff2') format('woff2');
}
