@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, span, div, button, input, label {
  font-family: 'Tajawal', sans-serif !important;
  color: #1a1a1a !important;
}

/* إصلاح الأيقونات والنصوص التي اختفت */
svg, svg path, svg *, i, [class*="icon"] {
  fill: #1a1a1a !important;
  color: #1a1a1a !important;
  stroke: #1a1a1a !important;
}

/* الروابط */
a, a * {
  color: #1a1a1a !important;
}

/* النافبار */
header *, nav *, [class*="header"] *, [class*="nav"] * {
  color: #1a1a1a !important;
}

header svg *, nav svg * {
  fill: #1a1a1a !important;
  stroke: #1a1a1a !important;
}