/* book */
@font-face {
  	font-family: 'Futura Bt Book';
  	font-style: normal;
  	font-weight: normal;
  	src: local('book'), url('./book.woff') format('woff');
}

/* book-italic */
@font-face {
  	font-family: 'Futura Bt Book Italic';
 	font-style: italic;
  	font-weight: normal;
  	src: local('book-italic'), url('./book-italic.woff') format('woff');
}

/* heavy */
@font-face {
  	font-family: 'Futura Bt Heavy';
  	font-style: normal;
  	font-weight: normal;
  	src: local('heavy'), url('./heavy.woff') format('woff');
}

