@font-face {
  font-family: 'Futura Md BT';
  src: url('FuturaBT-Medium.woff2') format('woff2'),
    url('FuturaBT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Md BT';
  src: url('FuturaBT-Bold.woff2') format('woff2'),
    url('FuturaBT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('Futura-Bold.woff2') format('woff2'),
    url('Futura-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('Futura-ExtraBold.woff2') format('woff2'),
    url('Futura-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura XBlk BT';
  src: url('FuturaBT-ExtraBlack.woff2') format('woff2'),
    url('FuturaBT-ExtraBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}