/*
Theme Name: AÉRA Theme
Theme URI: https://aeratrichology.com/
Author: Arena Luxury Digital
Author URI: https://arena.ai/
Description: An ultra-premium, production-ready, custom WooCommerce PHP theme designed for AÉRA (AÉRA Trichology) and its flagship 3-in-1 Red Light Comb. Engineered with a clinical luxury aesthetic, editorial typography, and high-conversion UX.
Version: 1.0.0
License: GNU GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aera-theme
Tags: custom-background, luxury, woocommerce, e-commerce, high-performance, responsive-layout, dark-mode
*/

/*
========================================================================
AÉRA TRICHOLOGY - DESIGN SYSTEM VARIABLES & DEFAULTS
========================================================================
*/

:root {
    /* Color Palette */
    --color-bg-primary: #0A0A0A;
    --color-bg-secondary: #111111;
    --color-surface: #161616;
    --color-accent-gold: #C9A96E;
    --color-accent-gold-rgb: 201, 169, 110;
    --color-text-light: #F5F0EB;
    --color-text-muted: #888888;
    --color-red-glow: #FF4444;
    --color-red-glow-rgb: 255, 68, 68;
    --color-border: rgba(201, 169, 110, 0.2);
    
    /* Typography */
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Inter', system-ui, -apple-system, sans-serif;
    
    /* Layout Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 8rem;
    
    /* Transition */
    --transition-smooth: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Base resets & structural defaults inside main.css. This file acts as the WordPress theme registry. */
