@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,li,ol 
{
    list-style: none;
}

a 
{
    text-decoration: none;
    color: #111;
}

body,html 
{
    font-family: "Pretendard Variable";
}

button 
{
    background: none;
    border:0;
    font-family: "Pretendard Variable";
    box-sizing: border-box;
}

