
@font-face {
    font-family: 'brandon_grotesque';
    src: url('../fonts/brandon_bld.woff2') format('woff2'),
         url('../fonts/brandon_bld.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('../fonts/brandon_reg.woff2') format('woff2'),
         url('../fonts/brandon_reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}