@font-face { 
    font-family: 'GeneralFont';
    src:  url('fonts/brandon-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BoldFont';
    src:  url('fonts/brandon-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'ItalicFont';
    src:  url('fonts/brandon-regular-italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BoldItalicFont';
    src:  url('fonts/brandon-bold-italic.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'MediumFont';
    src:  url('fonts/brandon-medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BlackFont';
    src:  url('fonts/brandon-black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'LightFont';
    src:  url('fonts/brandon-light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}