:root{
	--padding: 15px;
	--betweenLines: 30px;

	--fontFamily: "Path", sans-serif;
	--textSize: 18px;
	--smallSize: 15px;
	--blue: rgb(0, 146, 255);
	--orange: rgb(255, 68, 0);
	--green: rgb(0, 125, 60);
}