:root {

    --font-family: 'Montserrat';
    --font-size: 16px;
    --font-weight:400;
	--font-color: #272F34;



	--max-width: 1280px;
	--white: #ffffff;
	--black: #000000;

	
	/* DESIGN COLORS */
	--farbehell: #DED8DC;
	--farbemittel: #F59E49;
	--farbedunkel: #D5D5C4;

	--graulight: #ecded8;
	--grauhell: #DCB6A6;
	--graumittel: #87766f;
	--graudunkel: #1D1D1C;
	--graudenkelst: #121212;

	--sonderfarbehell: #D9D9D9;
	--sonderfarbemittel: #D9D9D9;
	--sonderfarbedunkel: #D9D9D9;

	--buttonRadius: 2px;


	--grau: #B1B1B1;

	--paddingMobile: 2rem 2rem;
	--paddingDesktop: 4rem 2rem;
}