<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Bold Font */
@font-face {
  font-family: 'LINESeedKR';
  src: url('./LINESeedKR-Bd.woff2') format('woff2'),
       url('./LINESeedKR-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* Regular Font */
@font-face {
  font-family: 'LINESeedKR';
  src: url('./LINESeedKR-Rg.woff2') format('woff2'),
       url('./LINESeedKR-Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Thin Font */
@font-face {
  font-family: 'LINESeedKR';
  src: url('./LINESeedKR-Th.woff2') format('woff2'),
       url('./LINESeedKR-Th.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}</pre></body></html>