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

body {
  margin: 0;
  padding: 0;
  //   font-family: $font-family-base;
  //   font-size: $font-size-base;
  //   line-height: $line-height-base;
  //   color: $text-color;
  //   background-color: $bg-color;
}

img {
  max-width: 100%;
  height: auto;
}
