/*
Theme Name: Aurea Luxe React Theme
Theme URI: https://github.com/aurea-luxe-theme
Author: Antigravity Team
Author URI: https://wordpress.org
Description: A modern luxury React (Vite + TypeScript) theme powered by Tailwind CSS and WordPress REST API.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: aurea-luxe
Tags: react, vite, typescript, luxury, modern, custom-menu, featured-images, full-width-template
*/

/* Reset margins for WordPress admin bar compatibility */
body {
    margin: 0;
    padding: 0;
}

#wpadminbar {
    z-index: 99999 !important;
}

/* Sticky Header offset when logged into WordPress Admin Bar */
body.admin-bar header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 46px !important;
    }
}
