* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
