html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  background-color: #11151c;
  color: #f5f7fa;
  line-height: 1.6;
}