/* ======================= */
/* تحميل خطوط Tajawal فقط */
/* ======================= */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Tajawal-Regular.woff2') format('woff2'),
       url('../fonts/Tajawal-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Tajawal-Bold.woff2') format('woff2'),
       url('../fonts/Tajawal-Bold.woff') format('woff');
}

/* ==================================== */
/* إجبار كل العناصر على استخدام Tajawal */
/* ==================================== */
html, body, h1, h2, h3, h4, h5, h6, p, a, li, span, input, textarea, button {
  font-family: 'Tajawal', sans-serif !important;
}
