@font-face {
    font-family: 'Netmarble';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.1/netmarbleL.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Netmarble';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.1/netmarbleM.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Netmarble';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.1/netmarbleB.woff') format('woff');
    font-weight: 700;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', sans-serif;
    font-weight: 400;
    overflow-y: scroll;
    overscroll-behavior: none;
}

* {
    box-sizing: border-box;
}
