/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child/
Description: Child theme for Hello Elementor
Author: Seu Nome
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Importa os estilos do tema pai */
@import url("../hello-elementor/style.css");

/* Seus estilos personalizados abaixo */
body {
	/* Exemplo de personalização */
	font-family: "Arial", sans-serif;
}
