@import "tailwindcss";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

.noto-serif-font {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* utility Css  */
.black {
    color: #252432;
}
.white{
    color: #8987A1;
}
.orange{
    color: #E95A08;
}

/* challange section Start */
.trusted-badge{
  position: absolute;
  top: 5%;
  left: 45%;
  transform: translate(-50%,-55%);
}
/* challange section END */


/* footer start  */
footer ul li {
  margin-bottom: 32px;
}
footer ul li a {
  color: #6B7280;
}
/* footer END */


@media screen and (max-width: 576px) {
   
}