* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  /* line-height: 1.5; */
  overflow-wrap: break-word;
  word-break: break-word;
  tab-size: 4;
}

img,
picture,
video,
canvas {
  display: block;
  max-width: 100%;
}
button {
  background: none;
  cursor: pointer;
  border: none;
}
a {
  text-decoration: none;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
  line-height: 150%;
}
li {
  list-style: none;
}
caption,
legend {
  font-size: 0;
  text-indent: -9999px;
  visibility: hidden;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
form {
  width: 100%;
}
