@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{padding: 0; margin: 0; box-sizing: border-box; color: var(--g800); font-size: 12px; font-family: 'Pretendard-Regular';}

a {color: var(--g800); text-decoration: none; cursor: pointer; display: block;}
button {background: none; border: 0; cursor: pointer;}
img {display: block;}
ul, li, ol {list-style: none;}

