<?php
/*
Theme Name: Aura Residences
Theme URI: https://auraresidences.com
Author: Aura Team
Description: Ultra-modern, premium real estate WordPress theme with a violet & emerald palette, Elementor page builder support, and one-click demo content importer.
Version: 1.0.0
Text Domain: aura-residences
Tags: real-estate, custom-post-types, elementor-ready, violet theme
*/
?>
body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #0f172a;
}

.glass-nav {
    background: rgba(46, 16, 101, 0.85);
    backdrop-filter: blur(12px);
}

.hero-gradient {
    background: linear-gradient(135deg, rgba(46, 16, 101, 0.92) 0%, rgba(91, 33, 182, 0.85) 100%);
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #8b5cf6;
    border-radius: 4px;
}