/* Minimal browser normalization */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

button {
  margin: 0;
}

img {
  border-style: none;
}
