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

html,
body {
  height: 100%;
}

body {
  font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  background-color: #f3f4f6;
  color: #1f2937;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

input,
button {
  outline: none;
}
