@import url("https://use.typekit.net/zro5sdc.css");

.font-title {
	font-family: neue-haas-grotesk-text, sans-serif; font-weight: 400; font-style: normal;
}

.font-body {
	font-family: neue-haas-grotesk-text, sans-serif; font-weight: 400; font-style: normal;
}



	.bg-light {
		background-color: white;
	}

	.text-light {
		color: white;
	}
	
	.border-light {
		border-color: white;
	}


	.bg-dark {
		background-color: black;
	}

	.text-dark {
		color: black;
	}
	
	.border-dark {
		border-color: black;
	}


	.bg-highlight-1 {
		background-color: #662C91;
	}

	.text-highlight-1 {
		color: #662C91;
	}
	
	.border-highlight-1 {
		border-color: #662C91;
	}


	.bg-highlight-2 {
		background-color: #83CFCB;
	}

	.text-highlight-2 {
		color: #83CFCB;
	}
	
	.border-highlight-2 {
		border-color: #83CFCB;
	}

