/* Theme Name: Woodmart Child Theme URI: http://xtemos.com/woodmart 
Description: Woodmart Child Theme Author: Xtemos Author URI: 
http://xtemos.com Template: woodmart Version: 1.0.0 */ /* 
============================================
   GLOBAL SETTINGS (لونك المفضل + إصلاحات) 
   ============================================ */
/* تطبيق لونك المفضل على كامل الموقع */ html, body, .main-page-wrapper, 
.site-content, .website-wrapper, .footer-container {
    background-color: #161B22 !important; color: #ffffff;
}
/* إزالة الهوامش البيضاء والحواف من القالب الأصلي */ .container, .row, 
.site-content {
    max-width: 100% !important; width: 100% !important; padding-left: 0 
    !important;
    padding-right: 0 !important; margin-left: 0 !important; 
    margin-right: 0 !important;
}
/* تحسين التمرير */ body { overflow-x: hidden;
}
