:root {
    --merchant-font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Microsoft Yahei", "Helvetica Neue", Arial, sans-serif;
    --bs-body-font-family: var(--merchant-font-family);
}

html,
html body {
    font-family: var(--merchant-font-family);
}

body,
button,
input,
select,
textarea,
.btn,
.form-control,
.form-select,
.dropdown-menu,
.modal,
.popover,
.tooltip {
    font-family: inherit;
}
