@font-face { 
    font-family: 'GeneralFont';
    src:  url('fonts/acuminpro-light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BoldFont';
    src:  url('fonts/acuminpro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'ItalicFont';
    src:  url('fonts/acuminpro-lightitalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BoldItalicFont';
    src:  url('fonts/acuminpro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face { 
    font-family: 'RegularFont';
    src:  url('fonts/acuminpro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}