/* Avenir LT Light */
@font-face {
  font-family: 'Avenir LT';
  src: url('https://paidhu.com/wp-content/uploads/fonts/avenir-lt/Avenir%20LT%20Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Avenir LT Roman */
@font-face {
  font-family: 'Avenir LT';
  src: url('https://paidhu.com/wp-content/uploads/fonts/avenir-lt/Avenir%20LT%20Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Avenir LT Book */
@font-face {
  font-family: 'Avenir LT';
  src: url('https://paidhu.com/wp-content/uploads/fonts/avenir-lt/Avenir%20LT%20Book.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Avenir LT Medium */
@font-face {
  font-family: 'Avenir LT';
  src: url('https://paidhu.com/wp-content/uploads/fonts/avenir-lt/Avenir%20LT%20Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

/* Avenir LT Heavy */
@font-face {
  font-family: 'Avenir LT';
  src: url('https://paidhu.com/wp-content/uploads/fonts/avenir-lt/Avenir%20LT%20Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Avenir LT Black */
@font-face {
  font-family: 'Avenir LT';
  src: url('https://paidhu.com/wp-content/uploads/fonts/avenir-lt/Avenir%20LT%20Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

/* Oblique & other variants – example for Oblique */
@font-face {
  font-family: 'Avenir LT';
  src: url('https://paidhu.com/wp-content/uploads/fonts/avenir-lt/Avenir%20LT%20Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: oblique;
}