/*
Theme Name:   Hello Elementor Child
Theme URI:    https://example.com/hello-elementor-child
Description:  Child theme for Hello Elementor
Author:       Your Name
Author URI:   https://example.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Add your child theme custom styles below this line */
body {
    /* Example override */
    font-family: "Poppins", sans-serif;
}
