/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@font-face {
  font-family: 'Asal';
src:url('https://github.com/shaljogh/Asal/raw/refs/heads/main/Asal.woff') format('woff');
}


body , * {
  font-family: 'Asal', sans-serif !important;

}



.card-title-is-bold .product-entry__title a {
    padding-left: 3px;
    padding-right: 3px;
}

.s-button-primary {
    background-color: #233e31;
  
}
.s-button-primary:hover {
    background-color: #233e31;
}

.dark *.store-footer {
    background-color: rgb(35 62 49);
  
}
.dark *.dark\:bg-dark {
    background-color: rgb(23 41 33);
}
:root {

    --card-title-font-size: 1.10rem;

}
element.style {
.navbar-brand img {
    max-height: 100.5rem;
    width: auto;
    max-width: 240px;
}
    height: 70px;
}
.main-nav.fixed-pinned .navbar-brand img {
    max-height: 60px;
}