@font-face {
	font-family: 'Avenir';
	src: url('./AvenirLTPro-Light.otf') format("opentype");
	font-weight: 300;
}
@font-face {
	font-family: 'Avenir';
	src: url('./AvenirLTPro-Book.otf') format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: 'Avenir';
	src: url('./AvenirLTPro-Roman.otf') format("opentype");
	font-weight: 500;
}
@font-face {
	font-family: 'Avenir';
	src: url('./AvenirLTPro-Medium.otf') format("opentype");
	font-weight: 600;
}
@font-face {
	font-family: 'Avenir';
	src: url('./AvenirLTPro-Heavy.otf') format("opentype");
	font-weight: 700;
}
@font-face {
	font-family: 'Avenir';
	src: url('./AvenirLTPro-Black.otf') format("opentype");
	font-weight: 800;
}