@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

html {
    font-size : 18px;
    /* 기본 사이즈 정의 : 18px => 1rem */
    font-family : "Pretendard Variable",
    system-ui,
    "Helvetica Neue",
    "Segoe UI",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
    font-weight : 400;
    line-height : 1.3;
}

@media screen and (max-width:1080px) {
    html {
        font-size : 16px;
    }
}

@media screen and (max-width:768px) {

}