@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

*{
	margin:0;
	box-sizing: border-box;
}
body{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
}
h1{
   font-size: 28px;
   font-weight: 700;
   color:#5B092A;
   margin-top: 20px;
}

h2{
    font-size: 24px;
    font-weight: 400;
    color:#5B092A;
 }

 h3{
    font-size: 20px;
    font-weight: 500; 
    color:#5B092A;
 }

 h4{
    font-size: 16px;
    font-weight: 700; 
    color:#5B092A;
 }

 h5{
    font-size: 14px;
    font-weight: 600; 
    color:#5B092A;
 }

 h6{
    font-size: 10px;
    font-weight: 600;
    color:#5B092A;
 }

 .sub-heading{
   font-size: 14px;
   color: #000000;
 }

 p{
    font-size: 12px;
    font-weight: 400; 
 }

 a{
    font-size: 12px; 
    font-weight: 500;
    text-decoration: none;
 }

 button{
    font-size: 12px; 
    font-weight: 500;
 }

 .btn-danger{
   background-color: #CC1154;
 }
 .section-heading{
   font-size:28px;
   font-weight:600;
}
.heading-description{
   font-size: 18px;
   font-weight: 400;
   color:black;
}