/* NanumSquare 자체 호스팅 — CSP(style-src/font-src 'self') 안에서 로딩되도록 CDN 의존 제거.
   원본: https://github.com/moonspam/NanumSquare (SIL OFL, 네이버 나눔글꼴) */
@font-face {
  font-family: 'NanumSquare';
  font-weight: 300;
  font-display: swap;
  src: url(NanumSquareL.woff2) format('woff2');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 400;
  font-display: swap;
  src: url(NanumSquareR.woff2) format('woff2');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 700;
  font-display: swap;
  src: url(NanumSquareB.woff2) format('woff2');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 800;
  font-display: swap;
  src: url(NanumSquareEB.woff2) format('woff2');
}
