/*
Theme Name: FEVA SOUL
Theme URI: https://fevasoul.com
Author: FEVA SOUL
Author URI: https://fevasoul.com
Description: Custom lightweight WooCommerce theme for FEVA SOUL. Presentation only — all merchandising data, homepage settings, and store logic live in the feva-soul-core plugin so the storefront can survive a future theme change.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.0
Tested up to: 6.6
Requires Plugins: woocommerce
Text Domain: feva-soul
*/

/*
 * This file doubles as the WordPress theme header (required above) and the
 * baseline stylesheet. It intentionally stays minimal in M1 — real visual
 * design (typography, color tokens, layout) lands in M2 against the approved
 * homepage reference in /references/. Day-to-day styles beyond this baseline
 * are enqueued separately from assets/css/main.css (see inc/enqueue.php) so
 * this header block never has to be touched again.
 */

* {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #111;
	background: #fff;
}

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

a {
	color: inherit;
}
