/*
Theme Name: Graphy-ja
Template: graphy
*/

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap');
body {
	font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .site-title {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
	color: #322e2d;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 1.7rem;
}
.site-description {
	font-size: 1.2rem;
	font-style: normal;
	padding-top: 1em;
}
.entry-meta {
	font-size: 75%;
}