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

}

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

}