/* 宋体 SC Bold 字体配置 */
@font-face {
  font-family: 'Songti SC';
  src: url('./songti-sc-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

