/* Reset + 기본 세팅 */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 100 900;
  font-display: swap;
  src: url('./font/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Noto Sans KR Variable';
  font-weight: 100 900;
  font-display: swap;
  src: url('./font/NotoSansKR-Variable.woff2') format('woff2-variations');
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; font-family: 'Pretendard Variable', 'Noto Sans KR Variable', sans-serif; color: #222; background: #fff; scroll-behavior: smooth; }
ul, ol, li { list-style: none; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }
table { border-collapse: collapse; width: 100%; }
input, textarea, select { font-family: inherit; font-size: inherit; border: none; outline: none; }