/*
Theme Name: Passion
Theme URI: https://example.com/passion
Author: Oscar & Co
Author URI: https://example.com
Description: Custom WooCommerce theme for a lab-grown diamond jewellery store (Australia).
Version: 1.10.9
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
WC requires at least: 8.0
WC tested up to: 9.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: passion
Tags: e-commerce, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Passion is a bespoke WordPress/WooCommerce theme. This stylesheet contains
only the theme header WordPress requires plus baseline resets; all working
styles live in assets/css/main.css, enqueued via functions.php.
*/

/* Reset (kept minimal on purpose; main.css carries the real design system) */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

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