@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?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&display=swap');

.font9 {
  font-size: 9px !important ;;
}

.font10 {
  font-size: 10px !important ;;
}

.font11 {
  font-size: 11px !important ;
}

.font12 {
  font-size: 12px !important ;
}

.font14 {
  font-size: 14px !important ;
}

.font15 {
  font-size: 15px !important ;
}

.font16 {
  font-size: 16px !important ;
}

.font17 {
  font-size: 17px !important ;
}

.font18 {
  font-size: 18px !important ;
}

.font19 {
  font-size: 19px !important ;
}

.font20 {
  font-size: 20px !important ;
}

.font21 {
  font-size: 21px !important ;
}

.font22 {
  font-size: 22px !important ;
}

.font23 {
  font-size: 23px !important ;
}

.font24 {
  font-size: 24px !important ;
}

.font25 {
  font-size: 25px !important ;
}

.font26 {
  font-size: 26px !important ;
}

.font27 {
  font-size: 27px !important ;
}

.font28 {
  font-size: 28px !important ;
}

.font30 {
  font-size: 30px !important ;
}

.font32 {
  font-size: 32px !important ;
}

.font33 {
  font-size: 33px !important ;
}

.font34 {
  font-size: 34px !important ;
}

.font35 {
  font-size: 35px !important ;
}

.font38 {
  font-size: 38px !important ;
}

.font40 {
  font-size: 40px !important ;
}

.font42 {
  font-size: 42px !important ;
}

.font43 {
  font-size: 43px !important ;
}

.font44 {
  font-size: 44px !important ;
}

.font45 {
  font-size: 45px !important ;
}

.font50 {
  font-size: 50px !important ;
}

.font52 {
  font-size: 52px !important ;
}

.font55 {
  font-size: 55px !important ;
}

.font60 {
  font-size: 60px !important ;
}

.font65 {
  font-size: 65px !important ;
}

.font70 {
  font-size: 70px !important ;
}

.font75 {
  font-size: 75px !important ;
}

.font80 {
  font-size: 80px !important ;
}

.font90 {
  font-size: 90px !important ;
}
body {
  font-family: "acumin-pro", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.inter {
  font-family: "Inter", sans-serif;
}

.acumin {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.acumin-italic {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.acumin-semibold {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.acumin-bold {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.acumin-bold-italic {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.bg-first{
 background-color: #2703c2;
}

.bg-second{
 background-color: #40ef90 ;
}

.bg-third{
 background-color: #090738 ;
}

.bg-fourth{
 background-color: #718EBF;
}

.bg-fifth{
 background-color: #2703c2;
}

.text-first{
 color: #2703c2;
}

.text-second{
 color: #40ef90 ;
}

.text-third{
 color: #090738 ;
}

.text-fourth{
 color: #718EBF;
}

.text-fifth{
 color: #2703c2;
}

.br-10{
  border-radius: 10px;
}

.br-15{
  border-radius: 15px;
}

.br-20{
  border-radius: 20px;
}

.br-25{
  border-radius: 25px;
}

.br-30{
  border-radius: 30px;
}

.br-35{
  border-radius: 35px;
}

.br-40{
  border-radius: 40px;
}

.body-padding{
  padding: 21px 23px;
}

