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

}




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

}