/* ==========================================================================
   Avenir LT Std – Font Face
   ========================================================================== */
/* 300 */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/AVENIRLTSTD-LIGHT.OTF") format("opentype");
  font-weight: 300;
  font-style: normal;
}

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

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

/* 800 */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/AVENIR-BLACK.OTF") format("opentype");
  font-weight: 800;
  font-style: normal;
}

/* 900 */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/AVENIR-HEAVY.OTF") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
   Karbon
   ========================================================================== */
/* 600 */
@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon/TestKarbon-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

/* 800 */
@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon/TestKarbon-Semibold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
