@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
html > body,
h1,h2,h3,h4 {
    font-family: 'Noto Sans KR', sans-serif;
}