@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Noto Serif JP" */
/* default font weight : 500 */

* {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    word-break: break-word;      /* 일본어 줄바꿈 허용 */
    overflow-wrap: break-word;   /* 긴 단어 줄바꿈 (보조적) */
    white-space: normal;  
}