@font-face {
    font-family: AvenirNextLT;
    src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: AvenirNextLT;
    font-weight: bold;
    src: url("../fonts/AvenirNextLTPro-Bold.otf") format("opentype");
}

@font-face {
    font-family: AvenirNextLTDemi;
    src: url("../fonts/AvenirNextLTPro-Demi.otf") format("opentype");
}

@font-face {
    font-family: AvenirNextLTDemi;
    font-weight: bold;
    src: url("../fonts/AvenirNextLTPro-DemiCn.otf") format("opentype");
}


header, section, nav, footer {
    font-family: AvenirNextLT, Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: AvenirNextLT, Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.light-font {
    font-family: AvenirNextLTDemi, Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
}
