/* 本地字体 — 替代 Google Fonts CDN，保证加载速度与一致性 */

/* Space Grotesk（可变字体，一个文件覆盖 400–700） */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(space-grotesk-latin.woff2) format('woff2');
}

/* Space Mono 400 */
@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(space-mono-400-latin.woff2) format('woff2');
}

/* Space Mono 700 */
@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(space-mono-700-latin.woff2) format('woff2');
}
