html {
  @include font-style;
  box-sizing: border-box;
  color: $color-brand--two;
  font-family: $font-family-theme;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;

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