@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');
.greet p{
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    line-height: 1.4;
}
.greet p.font-weight-400{
    font-weight: 400 !important;
}