@font-face { 
    font-family: 'GeneralFont';
    src:  url('fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'GeneralFont2';
    src:  url('fonts/poppins-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleFont';
    src:  url('fonts/montserrat-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'TitleBoldFont';
    src:  url('fonts/montserrat-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}