/*
Theme Name: Manarchy
Theme URI: https://manarchy.com
Author: Manarchy
Author URI: https://manarchy.com
Description: Ultra-lightweight, high-performance WooCommerce block theme for Manarchy. Built for speed, security, and SEO — no bloat, no build step required.
Version: 1.6.44
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: manarchy
Tags: e-commerce, block-theme, full-site-editing, one-column, custom-colors, custom-menu, editor-style, featured-images, translation-ready

Manarchy is a classic PHP theme (header.php / footer.php / page.php, etc.) —
no Site Editor, no block templates, no theme.json. Design tokens live in
assets/css/tokens.css as plain CSS custom properties. This file intentionally
stays minimal — WordPress requires it to exist with this header block.
*/

/* Base reset — kept tiny on purpose */
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

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

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

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

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
