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

html {
    scroll-behavior: smooth;
}

body, h1, h2, h3, p, ul, ol, li, table, caption, th, td, form, label{
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
    background: radial-gradient(circle at top left, #e2e7df, #d6dae0 0, transparent 100%),
    linear-gradient(180deg, #fff8f3 0%, #fffdfd 100%);
    color: #2f2a26;
    font-family: "pretendard",  'Noto Sans KR', sans-serif;
    line-height: 1.5;
}
 ul{
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    width: 100%;
}

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