/*
Theme Name: Aurora
Theme URI: https://example.com/aurora
Author: Aurora
Author URI: https://example.com
Description: A premium, dark, Tailwind-powered theme for the Model Platform. Elementor-compatible, SEO-ready, and designed to pair with the "Model Platform Core" plugin (models, gated galleries, subscription tiers, custom member & admin dashboards, CBE/Telebirr/USDT payments).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aurora
Tags: elementor, custom-colors, full-site-editing-ready, blog, portfolio
*/

/* Base styles live in assets/css/theme.css. This file exists for the WP theme header
   and a few global fallbacks below. */

:root {
	--aurora-bg: #0b0b16;
	--aurora-bg-2: #12101f;
	--aurora-accent: #e879f9;
	--aurora-accent-2: #8b5cf6;
}

html { scroll-behavior: smooth; }
body { background: var(--aurora-bg); color: #e8e8f2; }
