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

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

/* Custom CSS goes below */
body {
  background-color: #f8f8f8;
}