@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

body {
  font-family: "DM Sans", sans-serif;
}
.bg-coral {
  background-color: #ff6b35;
}
.pre-color{
    color:#3B82F6;
}
.text-blue {
  color: #334155;
}
.heading-text{
    color:#0F172A;
}
.border-blue {
  border-color: #2563EB;
}
.button-bg{
 background-color:#2563EB;   
}
.accent-color{
    color:#FACC15;
}
.gradent-bg{
  background: linear-gradient(105.09deg, #F9F5F6 0%, rgba(238, 241, 255, 0.92549) 50%, #F9F5F6 100%);
}

 .swiper-pagination-bullet {
    background:#2563EB;
    opacity: 0.4;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background:#2563EB;
  }