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

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
body,
section,
article,
address,
div,
ul,
ol,
li,
table,
tr,
th,
td,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
strong,
small,
b,
pre,
form,
input,
select,
textarea,
button,
pre {
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
ul,
ol,
li {
  list-style: none;
}
table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}
img,
video {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}
img {
  pointer-events: none;
}
pre {
  white-space: normal;
}
a {
  text-decoration: none;
}
*:link,
*:visited,
*:active {
  text-decoration: inherit;
}
input,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}
button {
  display: inline-block;
  background: none;
  border: none;
}
label {
  display: block;
  appearance: none;
  background: none;
  border: none;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
label {
  cursor: pointer;
}
textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  resize: vertical;
}
*:focus {
  outline: none;
}
*::placeholder {
  color: rgba(var(--color-text-main), 0.16);
}

body {
  color: var(--color-text-main);
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
}
