/*
 Theme Name:   hello-elementor-child
 Description:  Child theme of Hello Elementor
 Author:       bwa
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--font-family-primary: 'Inter', sans-serif;
	--font-family-text: 'Inter', sans-serif;
	--primary-font: 'Inter', sans-serif;
	--e-global-typography-primary-font-family: 'Inter';
	--e-global-typography-secondary-font-family: 'Inter';
	--e-global-typography-text-font-family: 'Inter';
	--e-global-typography-032f926-font-family: 'Inter';
	--e-global-typography-ceab687-font-family: 'Inter';
}

body,
button,
input,
select,
textarea {
	font-family: var(--font-family-primary);
}
