/* General Style */
@font-face { 
    font-family: 'RegularFont';
    src:  url('fonts/sora-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'SemiBoldFont';
    src:  url('fonts/sora-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'BoldFont';
    src:  url('fonts/sora-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'ItalicFont';
    src:  url('fonts/sora-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face { 
    font-family: 'SemiBoldItalicFont';
    src:  url('fonts/sora-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face { 
    font-family: 'BoldItalicFont';
    src:  url('fonts/sora-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
/* /General Style */