/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

body{
  /* font-family: "Noto Sans", sans-serif !important; */
  font-family: "Mukta", sans-serif !important;
  font-optical-sizing: auto;
}

.btn-primary{
  background-color: #EC743E !important;
  border-color: #EC743E !important;
}

.nav-pills .nav-link{
  color: #EC743E;
}

.nav-pills .nav-link:hover{
  color: #EC743E;
}

.nav-pills .nav-link.active{
  background-color: #EC743E !important;
}

.nav-pills h4, .btn h4{
  margin-bottom: 0 !important;
}

.tab-content p{
  font-size: 22px !important;
}