/*
Theme Name: EiDigital
Theme URI: https://eidigital.com
Description: A lightweight, Elementor-focused WordPress theme with conditional asset loading and shortcode support. Optimized for performance and developer flexibility.
Author: EiDigital
Author URI: https://eidigital.com
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: eidigital
Tags: elementor, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, full-width-template, flexible-header
*/

/* Minimal reset - keep UA defaults out of the way */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
}

