/* 全局字体设置 - 移到外部文件以符合CSP要求 */
* {
    font-family: 'Microsoft YaHei', '微软雅黑', inherit !important;
}

/* 特殊元素保留其专用字体 */
code, pre, .editor-textarea, .monospace {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace !important;
}