/* 노말라이즈 시작 */
*{
    box-sizing: border-box;
}

body, ul, li, ol{
    list-style: none;
    padding:0;
    margin: 0;
}

body{
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
}

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

/* 노말라이즈 끝 */

/* 라이브러리 시작 */
:root {
    --site-width: 1200px;
    --topbar_logo-width: 350px;
}

/* 라이브러리 끝 */
