/* 自托管字体样式表（tools/fetch_fonts.py 思路：从 @fontsource 拉取整语言子集到本地）
   用法：页面用 <link rel="stylesheet" href="assets/fonts/fonts.css"> 引用（子目录页用 ../../assets/fonts/fonts.css）
   字体文件与本文同目录，url() 用相对路径即可。浏览器缓存后秒开，不再依赖外网。 */

/* ===== 思源宋体 Noto Serif SC（中文简体，标题/正文；仅保留实际用到的 300/400/500） ===== */
@font-face{font-family:'Noto Serif SC';font-style:normal;font-weight:300;font-display:swap;src:url(noto-serif-sc-300.woff2) format('woff2');}
@font-face{font-family:'Noto Serif SC';font-style:normal;font-weight:400;font-display:swap;src:url(noto-serif-sc-400.woff2) format('woff2');}
@font-face{font-family:'Noto Serif SC';font-style:normal;font-weight:500;font-display:swap;src:url(noto-serif-sc-500.woff2) format('woff2');}

/* ===== 马善政毛笔楷书 Ma Shan Zheng（毛笔标题） ===== */
@font-face{font-family:'Ma Shan Zheng';font-style:normal;font-weight:400;font-display:swap;src:url(ma-shan-zheng-400.woff2) format('woff2');}

/* ===== 志莽行书 Zhi Mang Xing（国风手写） ===== */
@font-face{font-family:'Zhi Mang Xing';font-style:normal;font-weight:400;font-display:swap;src:url(zhi-mang-xing-400.woff2) format('woff2');}

/* ===== Cormorant Garamond（拉丁，艺术/日常板块英文标题） ===== */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:300;font-display:swap;src:url(cormorant-garamond-300.woff2) format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(cormorant-garamond-400.woff2) format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(cormorant-garamond-500.woff2) format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(cormorant-garamond-600.woff2) format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;src:url(cormorant-garamond-400i.woff2) format('woff2');}
