/* Futura Font Family */
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/static/fonts/Futura/Futura Medium/Futura Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/Futura/Futura Medium/Futura Medium.otf') format('truetype');
}

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

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

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

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/Futura/Futura Italic/Futura Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/Futura/Futura Medium Italic/Futura Medium Italic.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/Futura/Futura Bold Italic/Futura Bold Italic.otf') format('opentype');
}
