/* Chinese page font overrides */
/* Replace SangBleu Sunrise (Latin) with Noto Serif SC for headings */
/* Replace Switzer (Latin) with Noto Sans SC for body text */

body {
	font-family: "Noto Sans SC", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.accent {
	font-family: "Noto Serif SC", sans-serif;
	letter-spacing: -0.03em;
}

.h1 {
	font-family: "Noto Serif SC", sans-serif;
	letter-spacing: -0.01em;
}

.h2 {
	font-family: "Noto Serif SC", sans-serif;
	letter-spacing: -0.01em;
}

.h3 {
	font-family: "Noto Serif SC", sans-serif;
	letter-spacing: 0;
}

.button {
	font-family: "Noto Sans SC", sans-serif;
}

.tags {
	font-family: "Noto Sans SC", sans-serif;
	letter-spacing: 0.02em;
}

.caption {
	font-family: "Noto Sans SC", sans-serif;
}

.body-l,
.body-m,
.body-s {
	font-family: "Noto Sans SC", sans-serif;
}

.header__text_1 {
	max-width: 433px;
}

.header__text_2,
.header__text_3 {
	max-width: 400px;
}
