body {
  margin: 0;
  padding: 0;
}

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

  &:focus:not(:focus-visible) {
    outline: none;
  }
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: 1.15;
  margin: 0
}

img {
  display: block;
  width: 100%;
}

/* Remove default appearance for better hiding */
.range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

