/*
Theme Name: Wiggins Graphix Studios
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Wiggins Graphix Studios project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

:root {
	--tmt-admin-offset: 0px;
}

/* Cancel WP core margin-top on html; we offset fixed UI instead */
html.admin-bar {
	--tmt-admin-offset: var(--wp-admin--admin-bar--height, 32px);
	margin-top: 0 !important;
	scroll-padding-top: calc(var(--tmt-admin-offset) + 4rem);
}

@media screen and (max-width: 782px) {
	html.admin-bar {
		--tmt-admin-offset: var(--wp-admin--admin-bar--height, 46px);
	}
}

/* Load this stylesheet after theme-app.css so these rules beat Tailwind .top-0 */
html.admin-bar #tmt-app > nav.fixed.top-0,
html.admin-bar #tmt-app > .fixed.top-0 {
	top: var(--tmt-admin-offset);
}

#wpadminbar {
	z-index: 100000 !important;
}
