/* ========================================
   字体优化 - Inter
   修复: @import 已移至 head.html 使用 <link> + preload 避免阻塞渲染
   ======================================== */

/* 
 * Google Fonts 现在通过 head.html 的 <link rel="preload"> + 非阻塞 <link> 加载
 * 本文件仅保留本地字体备用方案（TTF文件需自行放置）
 */

/* 本地字体作为备用 (仅当文件存在时生效) */
@font-face {
    font-family: 'InterLocal';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/template/chuangwei/fonts/inter/inter-400.woff2') format('woff2');
}
@font-face {
    font-family: 'InterLocal';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/template/chuangwei/fonts/inter/inter-500.woff2') format('woff2');
}
@font-face {
    font-family: 'InterLocal';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/template/chuangwei/fonts/inter/inter-600.woff2') format('woff2');
}
@font-face {
    font-family: 'InterLocal';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/template/chuangwei/fonts/inter/inter-700.woff2') format('woff2');
}
