@font-face {
  font-family: 'FuturaHeavy';
  font-weight: normal;
  font-style: normal;
  format: ('otf');
  src: url('./FuturaStd-Heavy.otf');
  font-display: swap;
}

@font-face {
  font-family: 'FuturaBold';
  font-weight: normal;
  font-style: normal;
  format: ('otf');
  src: url('./FuturaStd-Bold.otf');
  font-display: swap;
}

@font-face {
  font-family: 'FuturaMedium';
  font-weight: normal;
  font-style: normal;
  format: ('otf');
  src: url('./FuturaStd-Medium.otf');
  font-display: swap;
}

@font-face {
  font-family: 'FuturaLight';
  font-weight: normal;
  font-style: normal;
  format: ('otf');
  src: url('./FuturaStd-Light.otf');
  font-display: swap;
}
