* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui,
    sans-serif;
  color: #191f28;
  background: #f7f8fa;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

input,
select,
textarea {
  outline: none;
}

img {
  display: block;
}

table {
  border-spacing: 0;
}

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