/* assets/css/fonts.css */

/* Ma Shan Zheng (毛笔字) - swap 模式 */
@font-face {
  font-family: 'Ma Shan Zheng';
  font-style: normal;
  font-weight: 400;
  font-display: swap;  /* 改回 swap */
  src: url('../fonts/MaShanZheng-Regular.woff2') format('woff2'),
       url('../fonts/MaShanZheng-Regular.ttf') format('truetype');
}