/* ============================================
   字体引入
   ============================================ */

/* Barlow 字体 */
@font-face {
    font-family: 'Barlow';
    src: url('../../font/Barlow/Barlow-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../font/Barlow/Barlow-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../font/Barlow/Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    /* src: url('../../font/Barlow/Barlow-Bold.ttf') format('truetype'); */
    src: url('../../font/Barlow/Barlow-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../font/Barlow/Barlow-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Inter 字体 */
@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter/Inter-Thin-11.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter/Inter-ExtraLight-6.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter/Inter-Light-7.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter/Inter-Regular-9.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter/Inter-Medium-8.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter/Inter-SemiBold-10.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter/Inter-Bold-4.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter/Inter-ExtraBold-5.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter/Inter-Black-3.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Inter 变量字体（可选，支持更灵活的字重） */
@font-face {
    font-family: 'Inter Variable';
    src: url('../../font/Inter/Inter-var-2.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

