/*
Theme Name: Write
Description: Typography for Japanese.
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Poppins&family=Roboto:wght@300&display=swap');

html {
	font-family: 'Noto Sans JP', 'Poppins' , sans-serif;
	font-size: 68%;
}
body {
	font-size: 15px;
	font-family: 'Noto Sans JP', 'Poppins' , sans-serif;
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6, .site-title {
	font-family: 'Noto Sans JP', sans-serif;
}
.site-title {
	font-size: 30px;
}
.site-description {
	font-style: normal;
}
.home-text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 23px;
	line-height: 1.8;
}
.intro {
	line-height: 1.8;
}
.widget {
	line-height: 1.7;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 80%;
	}
	body {
		font-size: 18px;
	}
	.site-title {
		font-size: 36px;
	}
	.home-text {
		font-size: 27px;
	}
}

body .cn,
body .cn h1,
body .cn h2,
body .cn h3,
body .cn h4,
body .cn h5,
body .cn h6,
body .cn .site-title {
  font-family: "Noto Serif SC";
}
