@font-face{
	font-family: 'Futura';
	src: url('../fonts/FuturaPT-Medium.ttf');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: 'Futura';
	src: url('../fonts/FuturaPT-Heavy.ttf');
	font-style: normal;
	font-weight: bold;
}
@font-face{
	font-family: 'Futura';
	src: url('../fonts/FuturaPT-Demi.ttf');
	font-style: normal;
	font-weight: 600;
}
@font-face{
	font-family: 'Futura';
	src: url('../fonts/FuturaPT-Light.ttf');
	font-style: normal;
	font-weight: 300;
}
@font-face{
	font-family: 'Futura';
	src: url('../fonts/FuturaPT-Book.ttf');
	font-style: normal;
	font-weight: 500;
}