/* 恢复原模板使用的 Noto Sans SC 字体。加载失败时自动回退到系统无衬线字体。 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/notosanssc/v26/k3kXo84MPvpLmixcA63oeALhLw.otf') format('opentype');
}
