/*
Theme Name: Colors
Description: Typography for Japanese.
*/

html {
	font-size: 77%;
}
body {
	font-size: 16px;
	font-family: Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, .site-title {
	font-family: Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: 700;
	line-height: 1.5;
}
.site-title {
	font-size: 38px;
	font-weight: 400;
	line-height: 1.3;
}
.entry-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.widget {
	line-height: 1.6;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 85%;
	}
	body {
		font-size: 16px;
	}
	.site-title {
		font-size: 43px;
	}
}