/*
Theme Name: Luxe Atelier
Theme URI: https://example.com/luxe-atelier
Author: Your Studio
Author URI: https://example.com
Description: A luxury beauty and lifestyle Block Theme for WordPress 7.0. Built for premium hair, beauty, and artisan lifestyle brands with animated gradient branding, immersive galleries, and a fully editable Block Editor experience.
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxe-atelier
Tags: block-theme, full-site-editing, e-commerce, custom-colors, custom-menu, editor-style, featured-images, full-width-template, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Luxe Atelier is designed as a Full Site Editing (FSE) Block Theme.
All layout and design decisions live in theme.json and block templates/patterns.
This stylesheet provides only the required theme header, minimal fallback
rules for non-block contexts, and print styles. Do not add layout CSS here —
use theme.json global styles and block supports instead.
*/

/* Fallback styles in case theme.json fails to load (should rarely trigger) */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background-color: #0b0b0d;
	color: #f5f3ef;
}

a {
	color: #c9a44c;
}

/* Print styles */
@media print {
	.site-header,
	.site-footer,
	.back-to-top,
	.mega-menu,
	.mobile-nav-toggle {
		display: none !important;
	}

	body {
		background: #fff !important;
		color: #000 !important;
	}
}
