* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

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

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  height: 100%;
}

img, picture, video, svg, canvas {
  display: block;
  max-width: 100%;
}

button, input, select, textarea {
  font-size: 16px;
  appearance: none;
  border-radius: 0;
}

button {
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  user-select: none;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

input, img, fieldset, iframe {
  border: 0;
}

address, em, i {
  font-style: normal;
}

:focus {
  outline: none;
}
