/** Color Variables **/


:root{
	--color-base-1: #2844E7;
	--color-rgb-1: 40,68,231;

	--color-base-2: #6F738B;
	--color-rgb-2: 111,115,139;

	--color-overlay-1: #ffffff;
	--color-overlay-2: #ffffff;

}

.header_icons li:nth-child(1) a svg {width: 35px;}
.header_icons li:nth-child(3) a svg {width: 20px;}
.header_icons li:nth-child(4) a svg {width: 24px;}

