/* ==========================================================================
   Avenir LT Std – Font Face
   ========================================================================== */

/* --- 300 - Light --- */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AVENIRLTSTD-LIGHT.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* --- 300 - Light Italic --- */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AVENIRLTSTD-LIGHTOBLIQUE.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* --- 400 - Roman (Regular) --- */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AVENIRLTSTD-ROMAN.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* --- 400 - Oblique (Regular Italic) --- */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AVENIRLTSTD-OBLIQUE.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* --- 500 - Medium --- */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AVENIRLTSTD-MEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* --- 500 - Medium Oblique --- */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AVENIRLTSTD-MEDIUMOBLIQUE.OTF') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* --- 700 - Black (Bold) --- */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AVENIR BLACK.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* --- 700 - Medium alternative (AVENIR MEDIUM.TTF) --- */

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AVENIR MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* --- 700 - Heavy alternative (AVENIR HEAVY.TTF) --- */


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AVENIR HEAVY.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}
