/* ─────────────────────────────────────────────────────────────
 * SmartSite Builder 한글 무료 폰트 모음 (상업 사용 가능한 무료 웹폰트)
 * [2026-06-01 추가] GrapesJS 글꼴 드롭다운 + 캔버스/발행 폰트 로드
 * (왜)    드롭다운 기본 폰트가 전부 영문 전용 → 한글 텍스트 글꼴 변경 무반영.
 * (어디서) editor/grapes/index.html canvas.styles + styleManager / core/seo.php head link.
 * (라이선스) Google Fonts 계열 = OFL. Pretendard/SUIT = 오픈소스 무료. 나눔스퀘어 네오 = self-host.
 * (CORS)  same-origin(smartsb 도메인) 배치 → CORS 불필요, 서버설정 무변경.
 * ───────────────────────────────────────────────────────────── */
/* [무료폰트 근거] 아래 14종 = Google Fonts 제공.
 *   Google Fonts 는 정책상 모든 폰트를 오픈소스 라이선스(SIL OFL 1.1 또는 Apache 2.0)로만
 *   배포 → 개인/상업 사용·임베딩·웹폰트 무료. (각 폰트: fonts.google.com/specimen/<name> > License)
 *   포함: Noto Sans KR / Noto Serif KR / 나눔고딕 / 나눔명조 / 나눔펜(Nanum Pen) / 나눔붓(Nanum Brush)
 *        / IBM Plex Sans KR(OFL) / 검은고딕(Black Han Sans) / 도현(Do Hyeon) / 주아(Jua)
 *        / 개구(Gaegu) / 고운바탕(Gowun Batang) / 고운돋움(Gowun Dodum) / 하이멜로디(Hi Melody) */
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Do+Hyeon&family=Gaegu:wght@400;700&family=Gowun+Batang:wght@400;700&family=Gowun+Dodum&family=Hi+Melody&family=IBM+Plex+Sans+KR:wght@300;400;500;600;700&family=Jua&family=Nanum+Brush+Script&family=Nanum+Gothic:wght@400;700;800&family=Nanum+Myeongjo:wght@400;700;800&family=Nanum+Pen+Script&family=Noto+Sans+KR:wght@300;400;500;600;700;800&family=Noto+Serif+KR:wght@400;500;600;700&display=swap');
/* [무료폰트 근거] Pretendard = SIL Open Font License 1.1.
 *   상업적 사용·수정·재배포 허용(폰트 자체 유료 단독판매만 금지). 제작: 길형진(orioncactus).
 *   출처: https://github.com/orioncactus/pretendard (LICENSE: OFL-1.1) */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');
/* [무료폰트 근거] SUIT = SIL Open Font License 1.1.
 *   상업적 사용 가능. 제작: SUNN YOUN. 출처: https://github.com/sunn-us/SUIT (LICENSE: OFL-1.1) */
@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css');

/* [무료폰트 근거] 나눔스퀘어 네오 = 네이버 무료 글꼴.
 *   개인/상업 무료(글꼴 파일 자체의 유료 단독판매만 금지). 출처: https://hangeul.naver.com/fonts
 *   웹폰트 woff2 self-host(same-origin) — CORS 불필요. */
@font-face{font-family:'NanumSquare Neo';font-weight:400;font-style:normal;font-display:swap;src:url('/assets/fonts/nanumsquareneo/NanumSquareNeoTTF-bRg.woff2') format('woff2');}
@font-face{font-family:'NanumSquare Neo';font-weight:700;font-style:normal;font-display:swap;src:url('/assets/fonts/nanumsquareneo/NanumSquareNeoTTF-cBd.woff2') format('woff2');}
@font-face{font-family:'NanumSquare Neo';font-weight:800;font-style:normal;font-display:swap;src:url('/assets/fonts/nanumsquareneo/NanumSquareNeoTTF-dEb.woff2') format('woff2');}
