:root{
	--primary-color: navy;
	--secondary-color: grey;
	--text-color: rgba(10, 10, 10, 1.0);
	--primary2-color: rgba(200, 0, 0, 1.0);
	--white-color: #fff;
	--black-color: #000;
	--gradient1-color: linear-gradient(120deg, blue, navy);
	--add-btn-color: rgba(255, 126, 56, 1.0);
}