:root {
	--font: 'Noto Sans', sans-serif;
	--title-font: 'Roboto Slab', serif;
	--color: #221E1F;
	--primary-color: #847951;

	--gray-color: #58595B;
	--gray-background: #D0D2D3;
	
	--place-holder: #BABCBF;
}