/*
	Theme Name: Hello
  Template: hello-elementor
	Description: This is a child theme for Hello Elementor.
	Version: 1.0.0
	Text Domain: hello
*/

body {
	color: var(--e-global-color-text);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	line-height: 1.5;
}
label {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
