/* 本地字体回退：替代被墙的 Google Fonts，避免渲染阻塞。
   字体名仍可被 CSS 引用，但回退到系统字体，不发起任何网络请求。 */
@font-face { font-family: 'Inter'; src: local('Inter'); font-display: swap; }
@font-face { font-family: 'Noto Sans SC'; src: local('Noto Sans SC'); font-display: swap; }
@font-face { font-family: 'Noto Serif SC'; src: local('Noto Serif SC'); font-display: swap; }
@font-face { font-family: 'Playfair Display'; src: local('Playfair Display'); font-display: swap; }
@font-face { font-family: 'DM Sans'; src: local('DM Sans'); font-display: swap; }
