/* Custom Styles */
@font-face {
    font-family: Avenir Regular;
    src: url('avenirreg.ttf');
}
@font-face {
    font-family: Avenir Bold;
    src: url('avenirbold.ttf');
}

h1, h2, h3, h4, h5, h6, body, p, ul, ol, a {
    font-family: "Avenir Regular", sans-serif !important;
}

.avenir_bold {
    font-family: "Avenir Bold", sans-serif !Important;
}
