
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nowbold';
    src: url('../fonts/now-bold-webfont.woff2') format('woff2'),
         url('../fonts/now-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}