
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600&display=swap');


/* 전체 기본 폰트 (foeto 스타일) */
body,
h1, h2, h3, h4, h5, h6,
p, div, span, a, li {
    font-family: "Noto Sans KR", DotumChe, 돋움체, Verdana, monospace, Corbel, AppleGothic, Helvetica, sans-serif;
    letter-spacing:0.02em;
}