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

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Pretendard', sans-serif;
    min-height: 100vh;
}

img {
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
}
