* {
  box-sizing: border-box
}

body {
  font-family: $font-family-base;
  font-size: $font-size-base;
  line-height: $line-height-base;
  background: $sidebar-bg;
}
