@charset 'utf-8';

@font-face {
    font-family: pretendard;
    src: url(../fonts/PretendardVariable.woff2);
}

*{
    margin:0;
    padding:0;
}
html{
    font-size:14px;
    color:#4B4B4B;
    font-family: pretendard;
}
a{
    color: inherit;
    text-decoration: none;
}

ul, ol{
    list-style: none;
}

button{
    background-color: transparent;
    border: 0;
}

img{
    vertical-align: top;
}