<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: First
Description: Typography for Japanese.
*/

html {
	font-size: 72%;
}
body {
	font-size: 15px;
	font-family: Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: 700;
}
.site-title {
	font-size: 29px;
}
.widget {
	line-height: 1.6;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 80%;
	}
	body {
		font-size: 16px;
	}
	.site-title {
		font-size: 32px;
	}
}</pre></body></html>