@charset "utf-8";
/* CSS Document */

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

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