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

@font-face {
    font-family: "avenirnext-italic";
    src: url(img/fonts/Avenir/AvenirNextLTPro-It.otf) format(opentype);
}

@font-face {
    font-family: "avenirnext-Bold";
    src: url(img/fonts/Avenir/AvenirNextLTPro-Bold.otf) format(opentype);
}

.title {    
    font-size: 6rem;
    font-family: "avenirnext-Bold";
}