:root {
	
	/* Fonts Family*/
	--regular-font: 'SF Pro Display', Helvetica, Arial, Verdana, sans-serif;

	
	/* Fonts Size*/
		--regular-size: 16px;
		
	
	/* Line height */


	/* Colors */
		--accent-color:#8c6b42;
		--default-color:#22231b; 
		--default-text-color:#555555;

	
	/* Page Width (dawne f8-f20 ustalane dynamicznie)*/
	--page-width:1400px;
	
	/* Hero Image */
	--hero-min:600px;
	--hero-max:1100px;
	
	/* Sidebar */
	--sidebar-min:250px;
	--sidebar-max:350px;	
	
	/* Single Content Options */
	--h-margin:24px 0px 24px 0px;
	--p-margin:0px 0px 16px 0px;
	--ul-margin:0px 0px 16px 0px;
	--ol-margin:0px 0px 16px 0px;
	--li-margin:5px 0px 5px 0px;
}
