@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&display=swap');


body {
    font-family: "Noto Sans KR";
    color: var(--black-color);
}