/* 全局细体改粗体 */
:root {
    --text-font-weight: 700;
}

body,
body * {
    font-weight: var(--text-font-weight) !important;
}

/* 图标字体保持正常字重，避免 glyph 显示异常 */
[class*=" el-icon-"],
[class^="el-icon-"],
[class*=" iconfont"],
[class^="iconfont"],
[class*=" jdcfont"],
[class^="jdcfont"],
.mdi:before,
.mdi-set,
.fa,
.fab,
.fad,
.fal,
.far,
.fas,
.mod_iconfont,
.material-icons,
.swiper-icons,
.layui-icon,
.boxicons,
.toast-close-button,
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet,
.el-dialog__headerbtn,
.el-carousel__arrow,
.layui-layer-close,
.close {
    font-weight: 400 !important;
}
