/*
Theme Name: Windy Maquis
Theme URI: https://windymaquis.com
Author: Windy Maquis
Author URI: https://windymaquis.com
Description: Custom WooCommerce-compatible theme for Windy Maquis, a Mediterranean-inspired handmade jewelry brand. Built from scratch around WooCommerce as the sole commerce engine.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.5
WC requires at least: 8.0
WC tested up to: 9.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: windymaquis
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

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