*
  outline: none
  corner-shape: $corner-shape
html
  height: 100%
  width: 100%
  scrollbar(8px,8px)
  overflow-y: scroll
  font-family: $ff-body
  font-size: var(--fs-root)
  -webkit-text-size-adjust: 100%
  -ms-text-size-adjust: 100%
  scroll-padding-top: 0
body
  background: var(--background)
  margin: 0
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale
  text-rendering: optimizelegibility
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
