@font-face{
	font-family: 'Futura PT Bold';
	src:url(./FuturaPTBold.otf) format('opentype');
	font-weight:700;
	font-style:normal;
}
@font-face{
	font-family: 'Futura PT Medium';
	src:url(./FuturaPTMedium.otf) format('opentype');
	font-weight:500;
	font-style:normal;
}
@font-face{
	font-family: 'Futura PT Book';
	src:url(./FuturaPTBook.otf) format('opentype');
	font-weight:400;
	font-style:normal;
}