html,
body {
  --color-textc: #333;
  width: 100%;
  height: 100vh;
}

ul,
ol {
  list-style: none
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'SCoreDream';
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

body {
  background: #fff;
  color: #333333;
  letter-spacing: -1px;
  --main-color: #3c32ff;
  --sub-color: #ff821c;
  transition: 0.3s ease-out;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  overscroll-behavior: none;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
