@font-face {
    font-family: 'NanumSquareNeoLight';
    src: url('../fonts/NanumSquareNeoTTF-aLt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url('../fonts/NanumSquareNeoTTF-bRg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url('../fonts/NanumSquareNeoTTF-cBd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url('../fonts/NanumSquareNeoTTF-dEb.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* 폰트 적용 */
body {
    font-family: 'NanumSquareNeo', sans-serif;
}
