/* 本地手写字体 —— 完全离线，不依赖任何网络字体服务 */
/* 本文件位于 fonts/ 目录，字体文件为同级兄弟文件，故 src 使用相对路径即可 */
@font-face {
  font-family: '平方青春体';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('pf_qingchun.ttf') format('truetype');
}
@font-face {
  font-family: '平方乔木体';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('pf_qiaomu.ttf') format('truetype');
}
@font-face {
  font-family: 'Ma Shan Zheng';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('mashanzheng.woff2') format('woff2');
}
@font-face {
  font-family: 'Long Cang';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('longcang.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('caveat-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('caveat-700.woff2') format('woff2');
}
