@font-face {
    font-family: 'brandon_textbold';
    font-style: normal;
    src: local('Cerebri'), local('Cerebri'),
    url('../font/CerebriSans-Bold.woff') format('WOFF');
}
@font-face {
    font-family: 'brandon_textregular';
    font-style: normal;
    src: local('Cerebri'), local('Cerebri'),
    url('../font/CerebriSans-Regular.woff') format('WOFF');
}

/*********** Helvetica Neue Regular *********/
@font-face {
    font-family:'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    src:local('helvetica neue regular'),
    local('helvetica neue regular'),
    url(../../../fonts/SFUHelvetica/SFUHelveticaRegular.ttf) format('truetype'),
    url(../../../fonts/SFUHelvetica/SFUHelveticaRegular.ttf) format('opentype');
}

