@require "../../../src/common/stylus/variable.styl"

html, body
  width: 100%
  height: 100%
  color: $color-dark-grey
  background: white
  font-family -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif
  -webkit-font-smoothing antialiased
input
  outline: 0
