* {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
input,
textarea {
  min-width: 0;
}
button {
  color: inherit;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  touch-action: manipulation;
}
button svg {
  pointer-events: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
