/* ZET .font-nanum-square 스택의 1순위 "NanumSquare Neo" 보강 (네이버 한글한글아름답게 CDN)
   ZET 원본은 웹폰트 미로드(로컬 설치 의존) — 동일 스택이므로 렌더 결과 동일, 미설치 환경만 보정 */
@font-face {
  font-family: "NanumSquare Neo";
  font-weight: 400;
  font-display: swap;
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff");
}
@font-face {
  font-family: "NanumSquare Neo";
  font-weight: 700;
  font-display: swap;
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff");
}
@font-face {
  font-family: "NanumSquare Neo";
  font-weight: 800;
  font-display: swap;
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff");
}
