/* Ma Shan Zheng - 马善政毛笔字体 */
@font-face {
  font-family: 'Ma Shan Zheng';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaShanZheng-Regular.ttf') format('truetype');
  font-display: swap;
}

/* ZCOOL KuaiLe - 站酷快乐体 */
@font-face {
  font-family: 'ZCOOL KuaiLe';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ZCOOLKuaiLe-Regular.ttf') format('truetype');
  font-display: swap;
}

/* Noto Serif SC - 思源宋体 */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifSC-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NotoSerifSC-SemiBold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSerifSC-Bold.otf') format('opentype');
  font-display: swap;
}

body {
  font-family: 'Ma Shan Zheng', 'Noto Serif SC', 'SimSun', 'Songti SC', serif;
}
