/*
Theme Name: MANIYA & CO.
Theme URI: https://maniyaandco.co.uk
Author: MANIYA & CO. Ltd
Author URI: https://maniyaandco.co.uk
Description: Premium real estate and property management WordPress theme for MANIYA & CO. Ltd. Features dark luxury design, gold accents, particle background, and full SPA-like experience.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maniaya-co
*/

/* Base WordPress styles */
body {
  margin: 0;
  padding: 0;
  background: #0a0a0a;
  color: #ffffff;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/* WordPress admin bar fix */
body.admin-bar #wpadminbar {
  position: fixed;
  z-index: 99999;
}
