/* Add custom CSS styles below */ 
@import url("https://fonts.googleapis.com/css2?family=Cairo:ital,wght@0,300..900;1,300..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");


*, .s-product-card-content-title.font-primary a {
font-family: "Cairo", sans-serif !important;
font-weight: 600 !important;
}

.s-block--fixed-banner img {
  border-radius: 40px !important;
}

.rounded-md {
  border-radius: 30px !important;
}

.rounded-lg {
  border-radius: 40px;
}

.store-footer__inner {
  margin: 10px;
  border-radius: 40px;
}

.s-block--features {
  margin: 0px 50px;
  border-radius: 40px;
  background: lightgray;
}

.title--step small {
    color: red;
}