/* KEPT 品牌字体：自托管 woff2（可变字体，单文件覆盖全部字重）
   font-display: swap —— 先用系统字体渲染，字体加载完再替换，不阻塞首屏 */
@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('../webfonts/hanken-grotesk.woff2') format('woff2');
}
@font-face {
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('../webfonts/source-serif-4.woff2') format('woff2');
}
@font-face {
    font-family: 'Geist Mono';
    font-style: normal;
    font-weight: 400 500;
    font-display: swap;
    src: url('../webfonts/geist-mono.woff2') format('woff2');
}
