/*
Theme Name: Saffron Mart
Theme URI: https://saffronmart.example
Author: Saffron Mart International
Description: Heritage Premium ecommerce theme for Saffron Mart International, built on the Global Heritage Market design system. WooCommerce-ready and Elementor-compatible.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: saffronmart
*/

/* Utility classes (Tailwind) are compiled into assets/css/tailwind.css and enqueued via functions.php. This file only carries the required theme header and the few global resets Tailwind's preflight is deliberately not providing, so Elementor/WooCommerce default styling is left intact. */

body {
	margin: 0;
}

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

a {
	text-decoration: none;
}

button {
	cursor: pointer;
	font-family: inherit;
}
