/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Child theme for Hello Elementor - A lightweight and minimalist WordPress theme built specifically for Elementor page builder.
	Author: Your Name
	Author URI: https://yourwebsite.com
	Template: hello-elementor
	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: hello-elementor-child
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ==========================================
   CUSTOM CSS - Add your custom styles below
   ========================================== */

/* Example: Custom body background
body {
	background-color: #f5f5f5;
}
*/

/* Example: Custom header styling
.site-header {
	background-color: #ffffff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
*/

/* Example: Custom button styling
.button, .elementor-button {
	border-radius: 5px;
	transition: all 0.3s ease;
}
*/
