@font-face {
    font-family: Avenir;
    src: url("avenir_regular.otf") format("opentype");
}

@font-face {
    font-family: Avenir;
    font-weight: bold;
    src: url("avenir_bold.otf") format("opentype");
}