@font-face {
	font-family: 'Futura-Bold';
	src: url('futura-bold.eot');
	src:local('Futura-Bold'), 
        url('futura-bold.ttf') format('ttf'),
        url('futura-bold.svg') format('svg'),
        url('futura-bold.woff') format('woff'),
        url('futura-bold.woff2') format('woff2'),
        url('futura-bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.special-font  { font-family:Futura-Bold;}