/*
Theme Name: IT Ultimate
Theme URI: https://itultimate.lk/
Author: IT Ultimate
Author URI: https://itultimate.lk/
Description: A custom block theme foundation for IT Ultimate, designed for a Nexus-aware, component-based WordPress and WooCommerce experience.
Version: 0.2.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: it-ultimate
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Foundation release: keep global CSS intentionally small.
 * Design tokens and global styles are defined primarily in theme.json.
 */

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}
