@charset "utf-8";

/* 使用フォント */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.page .entry h1,
.main_title {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.4;
}