@charset "utf-8";

/* 
 * Nanum Square Web Fonts
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 */

@font-face {
    font-family: 'Nanum Square Neo';
    font-weight: 300;
    font-display: swap;
    src: local('NanumSquare Neo Light'),
         url(https://hkstatic.hankyung.com/fonts/NanumSquareNeo/NanumSquareNeoL.woff2) format('woff2'),
         url(https://hkstatic.hankyung.com/fonts/NanumSquareNeo/NanumSquareNeoL.woff) format('woff');
}
@font-face {
    font-family: 'Nanum Square Neo';
    font-weight: 400;
    font-display: swap;
    src: local('NanumSquare Neo Regular'),
         url(https://hkstatic.hankyung.com/fonts/NanumSquareNeo/NanumSquareNeoR.woff2) format('woff2'),
         url(https://hkstatic.hankyung.com/fonts/NanumSquareNeo/NanumSquareNeoR.woff) format('woff');
}
@font-face {
    font-family: 'Nanum Square Neo';
    font-weight: 700;
    font-display: swap;
    src: local('NanumSquare Neo Bold'),
         url(https://hkstatic.hankyung.com/fonts/NanumSquareNeo/NanumSquareNeoB.woff2) format('woff2'),
         url(https://hkstatic.hankyung.com/fonts/NanumSquareNeo/NanumSquareNeoB.woff) format('woff');
}
@font-face {
    font-family: 'Nanum Square Neo';
    font-weight: 900;
    font-display: swap;
    src: local('NanumSquare Neo ExtraBold'),
         url(https://hkstatic.hankyung.com/fonts/NanumSquareNeo/NanumSquareNeoEB.woff2) format('woff2'),
         url(https://hkstatic.hankyung.com/fonts/NanumSquareNeo/NanumSquareNeoEB.woff) format('woff');
}