@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 400; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquareRoundR.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 500; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquareRoundB.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 700; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquareRoundEB.woff2) format('woff2');
    font-display: swap;
}

html, body {
    height: 100%;
}

body {
    background: #f7faff;
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrap {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    display: flex; 
    flex-direction: column; 
    min-height: 100%;
}

#wrap * {
    font-family: 'NanumSquareRound';
}
