@charset "utf-8";

/* 使用フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

body {
	font-family: "Noto Sans JP", serif;
	font-size:100%;
    font-weight: 400;
    font-style: normal;
}

.page .entry h1,
.main_title {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.4;
}