/*
Theme Name: AstroNeev Custom Theme
Theme URI: https://astroneev.com
Author: AstroNeev Development Team
Author URI: https://astroneev.com
Description: A fresh, high-performance, production-ready custom WordPress theme for AstroNeev Vedic Astrology & Gemstones. Built with PHP 8.3+, Vanilla JS, BEM CSS, and zero page builder dependencies.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astroneev
Tags: custom-menu, custom-logo, featured-images, e-commerce, translation-ready, accessibility-ready
*/

/* Reset & Root Variables */
:root {
	--astroneev-font-heading: 'Poppins', sans-serif;
	--astroneev-font-body: 'Poppins', sans-serif;
	--astroneev-bg-dark: #070814;
	--astroneev-bg-navy: #0B0D1B;
	--astroneev-color-gold: #FFD700;
	--astroneev-color-gold-dark: #D4AF37;
	--astroneev-color-text: #F8F9FA;
	--astroneev-color-muted: #A1A5B7;
	--astroneev-border-gold: rgba(212, 175, 55, 0.3);
}

body {
	margin: 0;
	padding: 0;
	background-color: var(--astroneev-bg-dark);
	color: var(--astroneev-color-text);
	font-family: var(--astroneev-font-body);
	line-height: 1.6;
	overflow-x: hidden;
}
