
@font-face {
	font-family: UnileverShilling;
	src: url("../fonts/UnileverShilling.woff") format("woff");
}

@font-face {
	font-family: UnileverShillingBold;
	src: url("../fonts/UnileverShillingBold.woff") format("woff");
}

@font-face {
	font-family: UnileverShillingItalic;
	src: url("../fonts/UnileverShillingItalic.woff") format("woff");
}

@font-face {
	font-family: UnileverShillingMedium;
	src: url("../fonts/UnileverShillingMedium.woff") format("woff");
}


html,body { font-family: "UnileverShilling","Poppins",sans-serif !important; }

.alert-purple {
	color: #5e38b6;
	background-color: #c4b2d4;
	border-color: #bb9dd6;
}