/* ============================================================
   Wanted Design System — Web Fonts
   Pretendard JP (primary UI face) and Wanted Sans (brand face)
   are open-source (SIL OFL) and loaded from jsDelivr.

   NOTE: fonts are served from CDN rather than bundled, because the
   CJK dynamic-subset families ship as hundreds of split woff2 files.
   For a fully offline / self-hosted build, replace these @imports
   with local @font-face rules pointing at vendored woff2 files.
   ============================================================ */

/* Pretendard JP — static dynamic subset → font-family: "Pretendard JP" */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-jp-dynamic-subset.min.css");

/* Pretendard JP — variable dynamic subset → font-family: "Pretendard JP Variable" */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-jp-dynamic-subset.min.css");

/* Wanted Sans — variable → font-family: "Wanted Sans Variable" / "Wanted Sans" */
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");
