/* 引入思源黑体 (Noto Sans SC) */
@import url('fontssiyuan.css');

/* 全局字体设置 */
body, html, input, textarea, select, button {
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* 针对特定元素的微调，确保兼容性 */
* {
    font-family: inherit;
}
