/*
Theme Name:   Astra Child
Theme URI:    https://wpastra.com/
Description:  A child theme of Astra.
Author:       Greencubes
Author URI:   https://greencubes.co.in
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/
@font-face {
	font-family: 'Bellerose';
	src: url('fonts/Bellerose.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Carioca Italic';
	src: url('fonts/Carioca.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
h1 {
	font-family: 'Bellerose', sans-serif !important;
}

h2 {
	font-family: 'Carioca Italic', cursive !important;
}
.Carioca{
	font-family: 'Carioca Italic', cursive !important;
}
.Bellerose,
.elementor-button-text{
	font-family: 'Bellerose', sans-serif !important;
	position: relative;
	top: -14px;
}

.Bellerose span{
	font-family: 'Bellerose', sans-serif !important;
}

#footer-white{
	max-height: 3px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li, .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
	overflow: hidden;
}
.woocommerce-cart .coupon .button{
	padding: 10px 30px !important;
}




@media (max-width : 414px){
	.Bellerose,
	.elementor-button-text{
		top: -4px;
	}
}