/* Override custom brand fonts with system defaults (no web font downloads). */
:root {
	--mixr-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--mixr-font-sans-zh: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

html,
body,
body:lang(en),
body:lang(zh),
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button,
input,
textarea,
label,
.nav-link,
.contact-us-btn {
	font-family: var(--mixr-font-sans) !important;
}

body:lang(zh),
body:lang(zh) h1,
body:lang(zh) h2,
body:lang(zh) h3,
body:lang(zh) h4,
body:lang(zh) h5,
body:lang(zh) h6,
body:lang(zh) p,
body:lang(zh) a,
body:lang(zh) span,
body:lang(zh) li,
body:lang(zh) button,
body:lang(zh) .nav-link,
body:lang(zh) .contact-us-btn {
	font-family: var(--mixr-font-sans-zh) !important;
}

[class^="bi-"]::before,
[class*=" bi-"]::before,
.bi::before {
	font-family: bootstrap-icons !important;
}
