/* 🌙 Enhanced Dark Mode for Mombasani.com */

/* ================================
   ✅ Core Layout & Base Elements
================================= */
[data-theme="dark"] body {
  background-color: #242424;
  color: #038236;
  font-family: 'Segoe UI', sans-serif;
}
