/*
Theme Name: Little Moo Group
Theme URI: https://littlemoogroup.com/
Author: Little Moo Group
Author URI: https://littlemoogroup.com/
Description: Custom WordPress theme for Little Moo Group.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: little-moo-group
Tags: custom-logo, featured-images, editor-style, one-column, two-columns, custom-menu
*/

/* WordPress shell isolation. The approved application CSS is generated by Vite. */
html {
	margin: 0;
}

body {
	margin: 0;
}

#little-moo-react-root,
#little-moo-react-root > .immersive-home {
	width: 100%;
}

.lmg-react-fallback {
	max-width: 72rem;
	margin: 0 auto;
	padding: 10rem 1.5rem 6rem;
}
