/* Wanted Design System — Webfonts
   Both typefaces are open-source. The Figma file uses "Pretendard JP" as the
   primary UI face and "Wanted Sans" as the brand/display face. We load the
   static builds from jsDelivr, whose @font-face rules declare the EXACT family
   names referenced by the tokens ("Pretendard", "Pretendard JP", "Wanted Sans").
   SF Mono (Apple, not redistributable) falls back to a monospace stack. */

/* Pretendard JP — primary UI typeface (family: "Pretendard JP") */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-jp.css");

/* Pretendard — latin base (family: "Pretendard") */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");

/* Wanted Sans — brand / display typeface (family: "Wanted Sans") */
/* NOTE: upstream jsDelivr URL 404s; Pretendard covers display fallback. Removed to allow offline bundling. */

