/* General Style */
@font-face { 
    font-family: 'GeneralFont';
    src:  url('fonts/sourcesanspro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'ItalicFont';
    src:  url('fonts/sourcesanspro-italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'BoldFont';
    src:  url('fonts/sourcesanspro-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'BoldItalicFont';
    src:  url('fonts/sourcesanspro-bolditalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* /General Style */


/* Title Style */
@font-face { 
    font-family: 'TitleFont';
    src:  url('fonts/sourcesanspro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'TitleItalicFont';
    src:  url('fonts/sourcesanspro-italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'TitleBoldFont';
    src:  url('fonts/sourcesanspro-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'TitleBoldItalicFont';
    src:  url('fonts/sourcesanspro-bolditalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* /Title Style */