/* Self-hosted webfonts. Geist (display) + Inter (body) + Pretendard (Korean) — OFL/MIT.
   Linked via <head> so Vite never parses the url() paths; files served from dist/fonts/. */
@font-face {
  font-family: "Geist";
  src: url("/karaoke-search/fonts/geist-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/karaoke-search/fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/karaoke-search/fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/karaoke-search/fonts/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/karaoke-search/fonts/pretendard-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/karaoke-search/fonts/pretendard-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/karaoke-search/fonts/pretendard-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/karaoke-search/fonts/pretendard-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
