*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Inter,Pretendard,sans-serif;
  background:#050816;
  color:white;
  line-height:1.6;
}

button{
  border:none;
  cursor:pointer;
}

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