@font-face {
    font-family: 'Brandon';
    src: url('Brandon_thin.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Brandon";
    src: url("Brandon_thin_it.otf")format('opentype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Brandon';
    src: url('Brandon_reg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Brandon";
    src: url("Brandon_reg_it.otf")format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Brandon";
    src: url("Brandon_bld.otf")format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Brandon";
    src: url("Brandon_bld_it.otf")format('opentype');
    font-weight: bold;
    font-style: italic;
}