/* Wanted's primary typeface is Pretendard JP (a Pretendard variant with expanded
   Japanese coverage). The exact webfont files aren't in the attached .fig, so this
   ships the open-source Pretendard family from a public CDN as the nearest match —
   same shape, full Korean/Latin coverage. Flagged in readme.md; swap in the real
   Pretendard JP / Wanted Sans files if the user can provide them. */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css');
@font-face{font-family:"SF Mono";src:local("SF Mono"),local("Menlo");font-weight:400 700;}
:root{
  --font-sans: "Pretendard", "Pretendard JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SF Mono", ui-monospace, monospace;
}
