@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
    background-color: #F9F9E0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h2 {
    color: #FF90BC;
}

h3 {
    color: #8ACDD7;
}