@charset "UTF-8";
/* CSS Document */
/* futura light */
@font-face {
  font-family: 'futura';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/futura-light-bt.eot'); /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/futura-light-bt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/futura-light-bt.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/futura-light-bt.woff') format('woff'), /* Modern Browsers */
    url('../fonts/futura-light-bt.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* futura nomal */
@font-face {
  font-family: 'futura';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/futura-medium-bt.eot'); /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/futura-medium-bt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/futura-medium-bt.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/futura-medium-bt.woff') format('woff'), /* Modern Browsers */
    url('../fonts/futura-medium-bt.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* futura bold */
@font-face {
  font-family: 'futura';
  font-style: bold;
  font-weight: 400;
  src: url('../fonts/futura-bold.eot'); /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/futura-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/futura-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/futura-bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/futura-bold.ttf') format('truetype'), /* Safari, Android, iOS */
}
