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

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