/*
Theme Name: HEATSHABU
Theme URI: https://heatshabu.com
Author: HEATSHABU
Author URI: https://heatshabu.com
Description: HEATSHABU — brutalist-sport WooCommerce theme for made-to-order custom footwear. Sharp corners, 2px ink borders, hard shadows, volt-lime accents. Built for transparency: address, policies and made-to-order messaging surfaced everywhere.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heatshabu
Tags: e-commerce, woocommerce, custom-theme
*/

/* Base tokens + reset live here; the full design system is in assets/css/main.css */

:root {
	--hs-bg: #f1f2ee;
	--hs-card: #ffffff;
	--hs-ink: #101210;
	--hs-muted: #565c54;
	--hs-volt: #ccf32e;
	--hs-volt-deep: #b4dd14;
	--hs-ember: #ff4b2e;
	--hs-line: #101210;
	--hs-shadow: 4px 4px 0 var(--hs-ink);
	--hs-shadow-lg: 7px 7px 0 var(--hs-ink);
	--hs-font-display: "Archivo", "Arial Black", sans-serif;
	--hs-font-body: "Figtree", "Helvetica Neue", Arial, sans-serif;
	--hs-max: 1280px;
}

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

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

body {
	margin: 0;
	background: var(--hs-bg);
	color: var(--hs-ink);
	font-family: var(--hs-font-body);
	font-size: 16px;
	line-height: 1.6;
}

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

a { color: inherit; }

button, input, select, textarea { font: inherit; color: inherit; }

:focus-visible { outline: 3px solid var(--hs-volt); outline-offset: 2px; }
