@font-face {
  font-family: 'futura-bold';
  src: url('fonts/futurabold.eot?#iefix');
  src: url('fonts/futurabold.eot?#iefix') format('eot'), 
	   url('fonts/futurabold.woff2') format('woff2'), 
	   url('fonts/futurabold.woff') format('woff'), 
	   url('fonts/futurabold.ttf') format('truetype'),
	   url('fonts/futurabold.svg#futurabold') format('svg');
}
@font-face {
  font-family: 'futura-light';
  src: url('fonts/futuraregular.eot?#iefix');
  src: url('fonts/futuraregular.eot?#iefix') format('eot'), 
	   url('fonts/futuraregular.woff2') format('woff2'), 
	   url('fonts/futuraregular.woff') format('woff'), 
	   url('fonts/futuraregular.ttf') format('truetype'),
	   url('fonts/futuraregular.svg#futuraregular') format('svg');
	   
	   font-weight: bold;
}

@font-face {
  font-family: 'icons';
  src: url("fonts/icons.eot?vu6f46");
  src: url("fonts/icons.eot?vu6f46#iefix") format("embedded-opentype"), 
	   url("fonts/icons.ttf?vu6f46") format("truetype"), 
	   url("fonts/icons.woff?vu6f46") format("woff"), 
	   url("fonts/icons.svg?vu6f46#icons") format("svg");
	   
  font-weight: normal;
  font-style: normal;
}