@font-face {
  font-family: 'LINE Seed KR';
  font-weight: 400;
  src: url('/fonts/LINESeedKR-Rg.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'LINE Seed KR';
  font-weight: 100;
  src: url('/fonts/LINESeedKR-Th.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'LINE Seed KR';
  font-weight: 700;
  src: url('/fonts/LINESeedKR-Bd.woff2') format('woff2');
  font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;

  width: 100%;
  height: 100%;
  min-height: 100%;

  font-family:
    'LINE Seed KR',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;

  font-size: 18px;

  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: black;
}

a {
  color: inherit;
  text-decoration-color: inherit;
}