/*
Theme Name: Phatwoodz Preview 0.5.6
Theme URI: https://phatwoodz.com
Author: Phatwoodz
Author URI: https://phatwoodz.com
Description: Custom WordPress theme for Phatwoodz. The visual storefront is built for WooCommerce, while payment processing and regulated-commerce requirements remain separately confirmed implementation work.
Version: 0.5.6
Requires at least: 6.4
Requires PHP: 8.0
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: phatwoodz

The homepage visual system uses approved Phatwoodz brand, packaging, pattern,
and apparel assets bundled with the theme.
*/

/* Minimal baseline. The full visual system is enqueued from assets/css/main.css. */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

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