:root {

    --font-family: 'LeagueSpartan';
    --font-size: 17px;
    --font-weight:400;



	--max-width: 1600px;
	--font-color: rgba(43, 46, 46, 1);
	--white: #ffffff;
	--black: #000000;

	
	/* DESIGN COLORS */
	--farbehell: rgba(196, 216, 202, 1);
	--farbemittel: rgba(255, 241, 2, 1);
	--farbedunkel: rgba(64, 100, 90, 1);

	--graulight: rgba(210, 226, 223, 1);
	--grauhell: rgba(151, 165, 164, 1);
	--graumittel: #9B9B9B;
	--graudunkel: rgba(43, 47, 47, 1);
	--graudenkelst: #ffffff;

	--sonderfarbehell: #ffffff;
	--sonderfarbemittel: #ffffff;
	--sonderfarbedunkel: #ffffff;

	--buttonRadius: 2px;


	--grau: #B1B1B1;


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