@font-face {
    font-family: 'newakedemo';
    src: url('newakefont-demo-webfont.woff2') format('woff2'),
         url('newakefont-demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_pt_condbook';
    src: url('futura_pt_cond_book-webfont.woff2') format('woff2'),
         url('futura_pt_cond_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.h2 {
    font-family: 'newakedemo', sans-serif; color: #f3f2eeff; letter-spacing: 2px;
}

.h3 {
    font-family: 'newakedemo', sans-serif; color: #f3f2eeff; letter-spacing: 2px; text-align: left;
}
