/*
Theme Name: Belle Atelier
Theme URI: https://example.com/belle-atelier
Author: Your Studio
Author URI: https://example.com
Description: A modern, editorial WordPress theme for beauty salons and spas. Built for full page-by-page editing in Elementor, with WooCommerce support baked in for a complete shop, cart and checkout experience. Fully responsive, translation ready.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: belle-atelier
Tags: e-commerce, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks

Belle Atelier is a bespoke starter theme designed for beauty salons, spas and
studios. It ships intentionally minimal in style.css (WordPress requires this
file to exist with the header above) — all visual design lives in
/assets/css/main.css so it stays easy to maintain and hand off. See README.md
for setup instructions, including Elementor and WooCommerce activation.
*/

/* Minimal safety reset so the site looks correct even if main.css fails to load */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #211E1A;
	background: #FAF5F0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
}
