/* LINE Seed KR — 앱이 번들하는 글꼴(app/assets/fonts). tools/subset_fonts.py가 만든 서브셋.
   앱과 같이 400·700 둘뿐이다. 브라우저는 500→400, 600→700으로 고른다. SIL OFL 1.1 (LICENSE.txt). */
@font-face {
  font-family: "LINE Seed KR"; font-weight: 400; font-style: normal; font-display: swap;
  src: url("/fonts/LINESeedKR-Rg.woff2") format("woff2");
}
@font-face {
  font-family: "LINE Seed KR"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("/fonts/LINESeedKR-Bd.woff2") format("woff2");
}
