*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto !important;
}

body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    line-height: 1.6;
}

@media(max-width: 350px) {
    html {
        font-size: 14px;
    }
}