/* public/css/fonts.css */
/* 此文件用于定义您的本地字体，确保在主CSS文件之前被加载 */

@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url('../fonts/NotoSansSC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 优化加载体验 */
}

@font-face {
    font-family: 'NotoSansSC-Light';
    src: url('../fonts/NotoSansSC-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansSC-Bold';
    src: url('../fonts/NotoSansSC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}