html
  font-size: $font-size-root
  overflow-x: hidden
  text-rendering: optimizeLegibility
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)

.application
  font-family: $body-font-family
  line-height: $line-height-root

::-ms-clear
::-ms-reveal
  display: none
