/**
 * 라벨 인쇄·미리보기 전용 — 나눔스퀘어네오 (웹폰트 1회 로드 후 캐시)
 * 출처: 네이버 나눔글꼴 / SIL OFL 1.1 — 글꼴 파일 유료 판매 금지
 * 굵기: 400 Regular, 700 Bold, 800 ExtraBold, 900 Heavy
 */
@font-face {
  font-family: 'NanumSquareNeo';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./NanumSquareNeoTTF-bRg.woff2') format('woff2');
}
@font-face {
  font-family: 'NanumSquareNeo';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('./NanumSquareNeoTTF-cBd.woff2') format('woff2');
}
@font-face {
  font-family: 'NanumSquareNeo';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('./NanumSquareNeoTTF-dEb.woff2') format('woff2');
}
@font-face {
  font-family: 'NanumSquareNeo';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('./NanumSquareNeoTTF-eHv.woff2') format('woff2');
}
