/*
Theme Name: MATRIX BODY
Theme URI: https://matrixbodycontour.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for MATRIX BODY Contour & Sculpt, handcrafted by The Free Website Guys. A luxury body sculpting sanctuary experience with full Customizer support.
Version: 1.0.7
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
*/

/* Front-end styles are loaded from the compiled React bundle (assets/css/boot.css). */

/* Offset fixed header when the WordPress admin bar is visible. */
body.admin-bar #tmt-app > header {
	top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app > header {
		top: var(--wp-admin--admin-bar--height, 46px);
	}
}

body.admin-bar #tmt-app section[id] {
	scroll-margin-top: calc(5rem + var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app section[id] {
		scroll-margin-top: calc(5rem + var(--wp-admin--admin-bar--height, 46px));
	}
}
