* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

html,
body {
  font-family: 'Pretendard-Regular', system-ui, sans-serif;
}

button {
  border: none;
  cursor: pointer;
}

input {
  border: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  color: inherit;
}
