/* 公共字体配置 - 所有页面共用 */

/* 引入本地字体 */
@font-face {
    font-family: 'BlenderPro';
    src: url('../字体/BlenderPro-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BlenderPro';
    src: url('../字体/BlenderPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BlenderPro';
    src: url('../字体/BlenderPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BlenderPro';
    src: url('../字体/BlenderPro-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'BlenderPro';
    src: url('../字体/BlenderPro-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Refinery';
    src: url('../字体/Refinery 75 SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
} 