* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;

    font-family:
        Pretendard,
        "Noto Sans KR",
        "Apple SD Gothic Neo",
        system-ui,
        sans-serif;

    background: #f5f6f8;
    color: #171b21;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color:
        transparent;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}
