/* 统一前台中英文无衬线字体，避免 Open Sans 中文缺字时回退为宋体。 */
:root {
  --scrm-font-sans: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", "Source Han Sans SC", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-button,
.elementor-button,
.elementor-nav-menu,
.elementor-nav-menu a,
.elementor-widget-container {
  font-family: var(--scrm-font-sans) !important;
}
