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;
}
}