/* ===== Inter 字体定义 (latin 子集, 300~800) ===== */
/* 字重 300 (Light) */
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-300-normal.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-300-italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* 字重 400 (Regular) */
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-400-normal.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-400-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* 字重 500 (Medium) */
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-500-normal.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-500-italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* 字重 600 (SemiBold) */
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-600-normal.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-600-italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* 字重 700 (Bold) */
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-700-normal.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-700-italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* 字重 800 (ExtraBold) */
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-800-normal.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-800-italic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
/* 字重 900 (ExtraBold) */
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-900-normal.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./webfonts/inter-latin-900-italic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}