
/*
Theme Name: Hello Elementor Child
Theme URI: https://inv.thelove.id/
Description: Child theme untuk Hello Elementor.
Author: Alvin
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0
*/

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

/* Tambahkan custom CSS di bawah ini */

/* Contoh customisasi */
body {
    font-family: 'Arial', sans-serif;
}

h1 {
    color: #ff6600;
}