
/* Futura css*/

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 300;
  src: url('./FuturaStdLight.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 300;
  src: url('./FuturaStdLightOblique.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 400;
  src: url('./FuturaStdBook.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 400;
  src: url('./FuturaStdBookOblique.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 500;
  src: url('./FuturaStdMedium.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 500;
  src: url('./FuturaStdMediumOblique.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 600;
  src: url('./FuturaStdHeavy.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 600;
  src: url('./FuturaStdHeavyOblique.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 700;
  src: url('./FuturaStdBold.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 700;
  src: url('./FuturaStdBoldOblique.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 900;
  src: url('./FuturaStdExtraBold.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 900;
  src: url('./FuturaStdExtraBoldOblique.otf') format('opentype');
}