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

html {
	font-size: 68%;
}
body {
	font-size: 15px;
	font-family: Georgia, 'æ¸¸æ˜Žæœ', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6, .site-title {
	font-family: Georgia, 'æ¸¸æ˜Žæœ', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}
.site-title {
	font-size: 30px;
}
.site-description {
	font-style: normal;
}
.home-text {
	font-family: Georgia, 'æ¸¸æ˜Žæœ', YuMincho, 'Hiragino Mincho ProN', Meiryo, 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;
	}
}</pre></body></html>