/* Add custom CSS styles below */ 
@font-face {
  font-family: 'Fatimah';
  src: url('https://nabbatoil-rgb.github.io/font/fatimahb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html, body,
h1, h2, h3, h4, h5, h6,
p, li, a, span, strong, em, small, button, input, textarea, select, label {
  font-family: 'Fatimah', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* 📝 تكبير وصف المنتج فقط */
.product-description,
.product-description p,
.product-summary,
.product-info {
  font-size: 1.20em !important;   /* 👈 زيادة خفيفة */
  line-height: 1.9 !important;
  color: #333 !important;
}

/* 🏷️ تكبير اسم المنتج */
.product-title,
.product-name,
.product-item__title {
  font-size: 1.40em !important;   /* 👈 شوي أكبر من الوصف */
  font-weight: 600 !important;
  line-height: 1.6 !important;
  color: #000 !important;
}

/* 🎯 باقي العناصر تبقى افتراضية */
.price,
button,
.btn,
a.button,
.s-button,
.review,
.section-title,
body {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: normal !important;
}