/* Add custom CSS styles below */ 

/* تحسين تحميل الصور */
img {
  max-width: 100%;
  height: auto;
}

/* منع التمرير العرضي */
body {
  overflow-x: hidden;
}

/* تحسين عرض النص */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* تحسين أداء الأقسام */
section {
  contain: content;
}

/* تقليل إعادة الرسم */
button, a {
  backface-visibility: hidden;
}