body {
  font-size: 0.8333333333333334vw;
}

/* Min Font Size */
@media screen and (max-width:991px) {
  body {
    font-size: 16px;
  }
}