:root {
	--primary-color: #00a95c;
	--primary-light: #c8e6c9;
	--secondary-color: #f0a078;
	--border-color: #E7E7E9;
	--text-color: #5D596C;
    --light-text: #7f8c8d;
	--heading-color: #4B465C;
	--bg-color: #f8f9fa;
	--star-color: #FFB400;
}


h1,h2,h3,h4,h5 {
	font-weight: var(--ui-font-weight-regular, 400);
}
