@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');

/* タイトルのh1だけ変える */
h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: white;
}
