/*--- Avenir font ---*/
@font-face{
	font-family:'avenir-next';
	font-display:swap;
	src:url("/wp-content/themes/generatepress_child/fonts/AvenirNextLT-Regular.woff") format("woff");
	font-weight: 400;
}
@font-face{
	font-family:'avenir-next';
	font-display:swap;
	src:url("/wp-content/themes/generatepress_child/fonts/AvenirNextLTPro-Bold.woff") format("woff");
	font-weight: 700;
}
@font-face{
	font-family:'avenir-next';
	font-display:swap;
	src:url("/wp-content/themes/generatepress_child/fonts/AvenirNextLTPro-It.woff") format("woff");
	font-weight: 300;
}
body {
	font-family: 'avenir-next', 'sans-serif' !important;
}