/*
Theme Name: EidConnect
Theme URI: https://eidconnect.com
Author: Gaber
Author URI: https://gabertarek.com
Description: Custom WordPress Theme by Gaber - Built for Elementor Pro with full theme builder support, SVG uploads, and modern WordPress features.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eidconnect
Tags: elementor, custom-logo, custom-menu, featured-images, full-width-template, theme-options, rtl-language-support
*/

/* === Base Reset === */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}
