@charset "utf-8";

/* .shippori-b1 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}

.noto-serif {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
"wdth" 100;
}

.eb-garamond {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
} */

:root {
    --base-color-01: #ede7dd;
    --base-color-02: #d7d6ce;
    --base-color-03: #90908a;
    --main-color: #dccf8c;
    --accent-color: #474741;
    --shippori-font: "Shippori Mincho B1", serif;
    --noto-serif-font: "Noto Serif", serif;
    --garamond-font: "EB Garamond", serif;
}

body {
        font-family: "Shippori Mincho B1", serif;
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0.16em;
}

h3 {
    font-size: 36px;
    font-weight: bold;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}