@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fjalla+One&family=Mukta:wght@200;300;400;500;600;700;800&family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box7;
}
body{
    font-family: "Poppins", sans-serif;
    color:#2A2A2A
}

html{
  scroll-behavior: smooth;
}
.fajalla{
    font-family: "Fjalla One", sans-serif;

}
.main_width {
  max-width: 1600px;
  width: 90%;
  margin: auto;
}
.blue {
  color: #832E7E;
}
.light_blue{
    color:#3156A4
}
.button {
  border-radius: 38px;
  background: #E96B45;
}
.blue_button{
    border-radius: 30px;
/*background: #498AC9;*/
background:#832E7E;
}
.transparent_button{
    border-radius: 38px;
border: 1px solid #832E7E;
}
.orange{
color: #FF8A41;
}
