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

.tajawal-extralight {
  font-family: "Tajawal", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.tajawal-light {
  font-family: "Tajawal", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.tajawal-regular {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tajawal-medium {
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.tajawal-bold {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tajawal-extrabold {
  font-family: "Tajawal", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tajawal-black {
  font-family: "Tajawal", sans-serif;
  font-weight: 900;
  font-style: normal;
}

:root {
    --font-main: "Tajawal", sans-serif;
}

/* Edit MA7 */

section:last-of-type a.banner.banner--fixed.block:last-of-type {
    width: 400px;
    margin: 0 auto;
}
.product-entry .btn--add-to-cart button {
    background-color: #d35b14;
    color: #FFF;
}
@media(max-width:768px){

.navbar-brand img.max-w-\[272px\] {
  max-width:125px;
  max-height:70px;
}

}