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

/* Put your custom styles below */
body {
  /* Example style to verify the child theme is active */
  outline: none;
}
