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

*{
    margin:0;
    padding:0;
    word-break: keep-all;
}


html{
    font-family: 'pretendard';
}

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

ul{
    list-style: none;
}

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

