/*
Theme Name: Whack Strategies
Theme URI: https://whackstrategies.com/
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com/
Description: Modern systems thinking for social impact — strategy and innovation consulting theme for Whack Strategies.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: tmt
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

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

html {
	scroll-behavior: smooth;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: clip;
}

#tmt-app {
	display: block;
	min-height: 100vh;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: clip;
	position: relative;
}
