@import "./var.scss";
@import "./mixins/index";

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

body {
  font-family: $fontFamily;
  line-height: 1.5;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}

a {
  text-decoration: none;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

textarea {
  resize:none;
}

.cl-icon {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


