/* 手动定义字体 - Source Han Serif SC（思源宋体 简体中文 可变字体） */
@font-face {
  font-family: 'Source Han Serif SC';
  src:
    local('Source Han Serif SC'),
    url('SourceHanSerifSC-VF.ttf');
  font-style: normal;
  font-weight: 400; /* 常规字重（可变字体兼容该字重） */
  font-display: swap;
}

@font-face {
  font-family: 'Source Han Serif SC';
  src:
    local('Source Han Serif SC'),
    url('SourceHanSerifSC-VF.ttf');
  font-weight: bold; /* 对应可变字体 700 字重 */
  font-style: normal;
  font-display: swap;
}