/*
Theme Name: KMCodeTech Theme
Theme URI: https://kmcodetech.com/
Author: KMCodeTech
Author URI: https://kmcodetech.com/
Description: A custom premium WordPress theme for KMCodeTech, built from scratch for agency lead generation and scalable growth.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: kmcodetech
*/

/*
Primary theme styles live in /assets/css/main.css.
This file exists for WordPress theme registration and minimal global fallbacks.
*/

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}
