/* Inter 400 — 默认字重 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/inter-latin-400.woff2) format('woff2');
}

/* Inter 500 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/inter-latin-500.woff2) format('woff2');
}

/* Inter 600 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/inter-latin-600.woff2) format('woff2');
}

/* Inter 700 — 同时覆盖 800 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700 800;
    font-display: swap;
    src: url(../fonts/inter-latin-700.woff2) format('woff2');
}

/* JetBrains Mono 400 — 终端字体，同时覆盖 500 */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400 500;
    font-display: swap;
    src: url(../fonts/jetbrains-mono-latin-400.woff2) format('woff2');
}
