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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 700 !important;
}

/*body, p, span, li, a, label, input, textarea, select, button {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 400 !important;
    /*font-size: 14px !important;*/

}*/

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

footer p, .footer p, footer li, .footer li, footer span, .footer span {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
}

footer, small, .footer, .sub-text, .note, .disclaimer {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer p, .footer p {
  line-height: 1.3 !important;
}

footer a, .footer a {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
}
footer h2 {
  font-size: 13px !important;
  margin-bottom: 4px !important; 
  line-height: 1.2 !important;  
}

header nav a,
.header nav a,
.menu a,
.navbar a,
.top-nav a {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}
/* عنوان المنتج داخل البطاقة */
.product-card-title, .product-card .title, .product-title {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

/* السعر والخصم */
.product-card-price, .product-price, .product-discount, .product-card .price, .product-card .discount {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 200 !important;
  font-size: 13px !important;
}

/* زر "إضافة للسلة" */
.product-card .add-to-cart-btn, .add-to-cart-btn, .product-card button {
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 400 !important; /* كان 500 */
  font-size: 13px !important;
}