/* 苹方-简：同一 font-family，按字重切换文件 */
@font-face {
  font-family: 'PingFang SC';
  src: url('./PingFangSC-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PingFang SC';
  src: url('./PingFangSC-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PingFang SC';
  src: url('./PingFangSC-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* bold 回落到 Semibold */
@font-face {
  font-family: 'PingFang SC';
  src: url('./PingFangSC-Semibold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 标题专用：强制使用 Semibold 文件 */
@font-face {
  font-family: 'PingFang SC Semibold';
  src: url('./PingFangSC-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
