html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6,
p, figure, ol, ul {
  margin: 0;
  padding: 0;
}
main, li {
  display: block;
}
h1, h2, h3, h4, h6 {
  font-size: inherit;
  font-weight: inherit;
}
strong, em, b, i {
  font-weight: inherit;
  font-style: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font: inherit;
  background: none;
  color: inherit;
  padding: 0;
  appearance: none;
  text-transform: inherit;
}
textarea {
  resize: none;
}
select::-ms-expand {
  display: none;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus {
  outline: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  fill: currentColor;
  vertical-align: top;
}
/* clear autofill */
/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 0s 1000s;
} */
iframe {
  display: block;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-ms-clear {
  display: none;
}
input[type=date]::-webkit-inner-spin-button {
  display: none;
}
input {
  min-width: 0;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
  pointer-events: none;
}
hr {
  border: none;
}
