/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yourwebsite.com/hello-elementor-child/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* ============================================
   YOUR CUSTOM STYLES GO BELOW THIS LINE
   ============================================ */

/* Example: Global font override */
body {
    font-family: 'Georgia', serif;
}

/* Example: Custom heading color */
h1, h2, h3, h4, h5, h6 {
    color: #1a1a1a;
}

/* Example: Link hover color */
a:hover {
    color: #e63946;
}

/* Example: Custom button style */
.elementor-button {
    border-radius: 4px !important;
}
