/*
Theme Name: Holistic Warriors
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme for Holistic Warriors, handcrafted by The Free Website Guys. Built for consulting, training, and guardian program organizations with full Customizer control over content, media, and branding.
Version: 1.0.6
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Admin bar + fixed header alignment */
:root {
	--tmt-header-top: 0px;
}

body.admin-bar {
	--tmt-header-top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--tmt-header-top: var(--wp-admin--admin-bar--height, 46px);
	}
}

@media screen and (max-width: 600px) {
	html #wpadminbar {
		position: fixed !important;
	}
}

.tmt-site-header {
	top: var(--tmt-header-top) !important;
}

body.admin-bar .customize-partial-edit-shortcut,
body.admin-bar #tmt-app {
	/* Avoid classic admin-bar push / white-gap bugs from body positioning */
	margin-top: 0;
}
