/*
Theme Name:   Hello Theme Child Theme
Author:       Your Name
Template:     hello-elementor
Version:      1.0.0
*/

/* --------------------------------------------------
   Child Theme Base Styles
-------------------------------------------------- */

/* Inherit parent styles automatically (WordPress handles this) */

/* Your custom CSS starts here */

.h-full{height:100%!important;}
.rounded-full{border-radius:0px !important}
.rounded-2xl{border-radius:0px !important}

.extra-colr .text-accent\/60{color:hsl(74deg 41% 90% / 68%)!important;}

.extra-colr .text-accent {color:hsl(74 41% 90% / 1)!important};


.text-accent\/60 {
    color: hsl(var(--accent) / .6);
}


.extra-class-name {
    /* border-top-color: hsl(0 0% 40% / 1)!important;*/
	/*color:hsl(0 0% 40% / 1)!important;*/
}