/* 统一字体样式 */
* {
  font-family: "Microsoft YaHei", "微软雅黑", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* 确保标题字体也使用微软雅黑 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Microsoft YaHei", "微软雅黑", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* 确保导航栏字体使用微软雅黑 */
.navbar,
.navbar-brand,
.navbar-nav,
.nav-link {
  font-family: "Microsoft YaHei", "微软雅黑", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* 确保侧边栏菜单字体使用微软雅黑 */
.app-menu,
.menu-item,
.menu-link,
.menu-text {
  font-family: "Microsoft YaHei", "微软雅黑", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}