/*
Theme Name: McInnes Movement
Theme URI: https://mcinnesmovement.com.au
Author: Ninja Logistics Agency
Author URI: https://ninjalogistics.com.au
Description: Custom theme placeholder for Claude Design output. Built on Bedrock + Gutenberg.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.3
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mcinnes-theme
*/

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

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
