html {

    font-size:
        16px;

}


body {

    font-family:

        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        Meiryo,
        sans-serif;

    font-size:
        var(--font-base);

    line-height:
        1.8;

    color:
        var(--color-text);

}


h1,
h2,
h3,
h4 {

    line-height:
        1.4;

}


h1 {

    font-size:
        var(--font-h1);

}


h2 {

    font-size:
        var(--font-h2);

}


h3 {

    font-size:
        var(--font-h3);

}


p {

    margin:
        0;

}