html
  box-sizing: border-box
  font-size: 16px
  background-color: color-gray-ultradark
  background: url('../img/background.png')
  background-position: center
  background-size: cover
  background-attachment: fixed

body
  color: color-text
  font-family: font-brand, sans-serif
  line-height: line-height-default
