:root {
  --bg-color: #ffff00; /* أغمق درجة للكحلي */
}

body {
  background-color: var(--bg-color) !important; 
}