/*
Theme Name: Oscar WP Theme
Theme URI: https://example.com/
Description: A custom child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Add your custom CSS below */
body {
  background-color: #fafafa;
}
