html {
  overflow: auto;
  font-size: $root-font-size;
}

body {
  font-size: 1.6rem;
  font-family: $font-main;
  color: $color-theme-light-font;
  font-weight: normal;
}
