/* v1.7.40：@import 移除——Google Fonts 现在通过 header.php 的 <link> 直接加载（并行而非串行）
   self-hosted 切换：把 woff2 文件放进 /assets/fonts/，取消下面 @font-face 注释，再删除 header.php 的 <link> 即可 */

/* Production self-hosted fallback (uncomment when woff2 files are placed in /assets/fonts/): */
/*
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Mono';
    src: url('../fonts/DMMono-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*/
