/* Wanted Design System — webfonts
   Primary UI face: Pretendard JP (variable). Brand/display face: Wanted Sans (variable).
   Served from jsDelivr CDN. If you have licensed local binaries, swap the src urls. */

@font-face {
  font-family: "Pretendard JP";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard-jp/dist/web/variable/woff2/PretendardJPVariable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/woff2/PretendardVariable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.woff2") format("woff2-variations");
}
