/* @font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('AvenirLTStd-55-Roman.ttf') format('truetype'), url('AvenirLTStd-55-Roman.otf') format('opentype');
} */

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url('AvenirLTStd-65-Medium.ttf') format('truetype'),
    url('AvenirLTStd-65-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url('AvenirLTStd-95-Black.ttf') format('truetype'),
    url('AvenirLTStd-95-Black.ttf') format('opentype');
}
