:root {

    --font-size: 16px;
    --font-weight:400;

	--font-family: "Barlow";

	--max-width: 1280px;
	--font-color: #3D3D3D;
	--white: #ffffff;
	--black: #000000;

	
	/* DESIGN COLORS */
	--farbehell: #8a2b41;
	--farbemittel: #31354f;
	--farbedunkel: #8B060C;

	--graulight: #F9F9F9;
	--grauhell: #DDDDDD;
	--graumittel: #9B9B9B;
	--graudunkel: #3C3C3C;
	--graudenkelst: #121212;

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

	--buttonRadius: 2px;


	--grau: #B1B1B1;

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