/*
Theme Name: Rooted Minds
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme built by The Free Website Guys for Rooted Minds Therapy LCSW PLLC. Warm, individualized telehealth therapy site with a React front-end and intuitive WordPress Customizer controls.
Version: 1.0.12
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

/* Front-end styles are compiled to assets/build/theme-app.css via Vite. */

html,
body {
	margin: 0;
	padding: 0;
}

#tmt-app {
	width: 100%;
}

body.admin-bar .tmt-site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .tmt-site-header {
		top: 46px;
	}
}
