/* 全局字体样式 */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
                 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
                 'Segoe UI Symbol', 'Noto Color Emoji', 'Microsoft YaHei', 'Hiragino Sans GB',
                 'WenQuanYi Micro Hei', 'Heiti SC', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* 标题字体 */
h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
                 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
                 'Segoe UI Symbol', 'Noto Color Emoji', 'Microsoft YaHei', 'Hiragino Sans GB',
                 'WenQuanYi Micro Hei', 'Heiti SC', sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* 按钮字体 */
button, .btn {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
                 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
                 'Segoe UI Symbol', 'Noto Color Emoji', 'Microsoft YaHei', 'Hiragino Sans GB',
                 'WenQuanYi Micro Hei', 'Heiti SC', sans-serif;
    font-weight: 500;
}

/* 表单元素字体 */
input, textarea, select {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
                 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
                 'Segoe UI Symbol', 'Noto Color Emoji', 'Microsoft YaHei', 'Hiragino Sans GB',
                 'WenQuanYi Micro Hei', 'Heiti SC', sans-serif;
}
