@font-face {
	font-family: "Avenir";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local("Avenir Light"),local("Avenir-Light"),local("AvenirLTStd-Light"),url(avenir-light.otf) format("opentype");
}
@font-face{
	font-family:"Avenir";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("Avenir"),local("Avenir Regular"),local("Avenir-Regular"),local("Avenir-Roman"),local("AvenirLTStd-Medium"),url(avenir-roman.woff2) format("woff2"),url(avenir-roman.woff) format("woff");
}
@font-face{
	font-family: "Avenir";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Avenir Bold"),local("Avenir-Bold"),local("AvenirLTStd-Heavy"),url(AvenirLTStd-Heavy.otf) format("opentype");
}
@font-face {
	font-family: "Avenir";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local("Avenir Black"),local("Avenir-Black"),local("AvenirLTStd-Black"),url(avenir-black.woff2) format("woff2"),url(avenir-black.woff) format("woff");
}