/* 200 */
@font-face{
    font-family: "EYExtraLight";
    src: url("AvenirLTProLight.otf") format("opentype");
}

/* 300 */
@font-face{
    font-family: "EYLight";
    src: url("AvenirLTProBook.otf") format("opentype");
}

/* 400 */
@font-face{
    font-family: "EYRegular";
    src: url("AvenirLTProMedium.otf") format("opentype");
}

/* 700 */
@font-face{
    font-family: "EYBold";
    src: url("AvenirLTProHeavy.otf") format("opentype");
}

/* 800 */
@font-face{
    font-family: "EYExtraBold";
    src: url("AvenirLTProBlack.otf") format("opentype");
}