:root {
	--primary-clr: #46166b;
	--secondary-clr: #eeb211;
}

/* // make all button arrows the correct color */
button:hover i,
a[class]:hover i,
button[class]:hover i {
	color: #000;
}
