/* Brandon Grotesque Font Family */

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_thin.otf') format('opentype');
    font-weight: 100;
    /* Thin */
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_thin_it.otf') format('opentype');
    font-weight: 100;
    /* Thin */
    font-style: italic;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_light.otf') format('opentype');
    font-weight: 300;
    /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_light_it.otf') format('opentype');
    font-weight: 300;
    /* Light */
    font-style: italic;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_reg.otf') format('opentype');
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_reg_it.otf') format('opentype');
    font-weight: 400;
    /* Regular */
    font-style: italic;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_med.otf') format('opentype');
    font-weight: 500;
    /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_med_it.otf') format('opentype');
    font-weight: 500;
    /* Medium */
    font-style: italic;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_bld.otf') format('opentype');
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_bld_it.otf') format('opentype');
    font-weight: 700;
    /* Bold */
    font-style: italic;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_blk.otf') format('opentype');
    font-weight: 900;
    /* Black */
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../assets/fonts/Brandon_blk_it.otf') format('opentype');
    font-weight: 900;
    /* Black */
    font-style: italic;
}