:root {
  font-size: 16px;
}

html, body {
  font-family: $font-family-base;
  color: $body-text-color;
  font-size: $font-size-base;
  line-height: $line-height-base;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

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