/* Light - 100 */
@font-face {
     font-family: 'NanumSquareNeo';
     src: url('../font/woff2/NanumSquareNeoTTF-aLt.woff2') format('woff2'),
          url('../font/woff/NanumSquareNeoTTF-aLt.woff') format('woff'),
          url('../font/ttf/NanumSquareNeo-aLt.ttf') format('truetype');
     font-style: normal;
     font-weight: 100;
}

/* Regular - 400 */
@font-face {
     font-family: 'NanumSquareNeo';
     src: url('../font/woff2/NanumSquareNeoTTF-bRg.woff2') format('woff2'),
          url('../font/woff/NanumSquareNeoTTF-bRg.woff') format('woff'),
          url('../font/ttf/NanumSquareNeo-bRg.ttf') format('truetype');
     font-style: normal;
     font-weight: 400;
}

/* Bold - 700 */
@font-face {
     font-family: 'NanumSquareNeo';
     src: url('../font/woff2/NanumSquareNeoTTF-cBd.woff2') format('woff2'),
          url('../font/woff/NanumSquareNeoTTF-cBd.woff') format('woff'),
          url('../font/ttf/NanumSquareNeo-cBd.ttf') format('truetype');
     font-style: normal;
     font-weight: 700;
}

/* Extra Bold - 800 */
@font-face {
     font-family: 'NanumSquareNeo';
     src: url('../font/woff2/NanumSquareNeoTTF-dEb.woff2') format('woff2'),
          url('../font/woff/NanumSquareNeoTTF-dEb.woff') format('woff'),
          url('../font/ttf/NanumSquareNeo-dEb.ttf') format('truetype');
     font-style: normal;
     font-weight: 800;
}

/* Heavy - 900 */
@font-face {
     font-family: 'NanumSquareNeo';
     src: url('../font/woff2/NanumSquareNeoTTF-eHv.woff2') format('woff2'),
          url('../font/woff/NanumSquareNeoTTF-eHv.woff') format('woff'),
          url('../font/ttf/NanumSquareNeo-eHv.ttf') format('truetype');
     font-style: normal;
     font-weight: 900;
}