@font-face {
  font-family: 'Avenir Black';
  src: url('/fonts/Avenir_Black.woff2') format('woff2'),
       url('/fonts/Avenir_Black.woff') format('woff'),
       url('/fonts/Avenir_Black.ttf') format('truetype'),
       url('/fonts/Avenir_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Heavy';
  src: url('/fonts/Avenir_Heavy.woff2') format('woff2'),
       url('/fonts/Avenir_Heavy.woff') format('woff'),
       url('/fonts/Avenir_Heavy.ttf') format('truetype'),
       url('/fonts/Avenir_Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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