/*
 * lavenueblog.com additional css
 */


/* #1 Regular Weight */
@font-face {
    font-family: "bonvenocflight";
    src: url('fonts/BonvenoCF-Light-webfont.eot');
    src: url('fonts/BonvenoCF-Light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/BonvenoCF-Light-webfont.woff') format('woff'),
         url('fonts/BonvenoCF-Light-webfont.ttf') format('truetype'),
         url('fonts/BonvenoCF-Light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* post headers */
.post-header h1 a, .post-header h2 a, .post-header h1 { font-family: "bonvenocflight"; }

/* archive headers, search header, and 404 page header */
.archive-box h1, .error-404 h1 { font-family: "bonvenocflight"; }

/* making all headers using this font */
h1, h2, h3, h4, h5, h6 { font-family: "bonvenocflight"; }