@font-face {
    font-family: 'Ownglyph_wiseelist-Rg';
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2501-1@1.1/Ownglyph_wiseelist-Rg.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}
@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: 'GangwonEduPowerExtraBoldA';
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

 * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;

            }

            .wrap {
                overflow-x: hidden;
                padding-top: 0;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
            }
          