@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC|Noto+Serif+TC:600&display=swap");

html,
body {
	font-family: "Noto Sans TC", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: 0.8px;
	color: #646464;
}
body {
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Noto Serif TC", serif;
	font-weight: 500;
	color: #646464;
	line-height: 1.5;
}
h1 {
	font-size: 2.1rem;
}
h2 {
	font-size: 1.7rem;
}
h3 {
	font-size: 1.4rem;
}
h4 {
	font-size: 1.2rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: 0.95rem;
}
@media (min-width: 1366px) {
	html,
	body {
		font-size: 15px;
		line-height: 1.8;
	}
}
@media (min-width: 1680px) {
	html,
	body {
		font-size: 16px;
	}
}
