/* End Custom Fonts CSS */

.elementor-kit-8 {
	--e-global-color-primary: #59493b;
	--e-global-color-secondary: #fff;
	--e-global-color-text: #ffbd59;
	--e-global-color-accent: #ffde59;
	--e-global-typography-primary-font-family: "Ramillad";
	--e-global-typography-primary-font-size: 19px;
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-secondary-font-family: "Poppins";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "HankenGrotesk";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
}

.elementor-kit-8 e-page-transition {
	background-color: rgba(207, 207, 207, 0);
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
	
	.elementor-kit-8 {
		--e-page-transition-entrance-animation: e-page-transition-fade-out;
		--e-page-transition-exit-animation: e-page-transition-fade-in;
	}
}
