@font-face {
  font-family: 'AvenuePro';
  src: url('AvenuePro-Thin.woff2') format('woff2'),
  url('AvenuePro-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
font-family: 'AvenuePro';
src: url('AvenuePro-Regular.woff2') format('woff2'),
     url('AvenuePro-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
  font-family: 'AvenuePro';
  src: url('AvenuePro-Medium.woff2') format('woff2'),
  url('AvenuePro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
font-family: 'AvenuePro';
src: url('AvenuePro-Bold.woff2') format('woff2'),
     url('AvenuePro-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}

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