/* =========================
   BASE / RESET
========================= */

@font-face {
    font-family: 'Korail';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2511-Korail@1.0/KorailL.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Korail';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2511-Korail@1.0/KorailM.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Korail';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2511-Korail@1.0/KorailB.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'KorailRoundGothic', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-weight: 400;
    color: #f9fafb;
    overflow-y: scroll;
    overscroll-behavior: none;
}

* {
    box-sizing: border-box;
}
