body {

  font-family: 'Noto Nastaliq Urdu', serif;
}

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.navbar-toggler {
  padding: 0.1rem 0.1rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: none;
}