/* Add custom CSS styles below */ 


/* 1) تعريف الخط */
@font-face {
  font-family: "IBMPLEXSANSARABICREGULAR0";
  src: url("{DIRECT_FONT_URL}") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* أداء أفضل */
}

/* 2) تطبيق الخط على عناوين بطاقات المنتجات */
.product-card__title,
.product-card__title a {
  font-family: "IBMPLEXSANSARABICREGULAR0",
               "IBM Plex Sans Arabic",
               system-ui, -apple-system, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, "Noto Sans Arabic", "Tajawal", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.35;
  letter-spacing: 0.1px; /* اختياري لتحسين القراءة */
  font-size: 20px;
}