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


/* Additional Style */
@font-face { 
    font-family: 'MediumFont';
    src:  url('fonts/inter-medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'SemiBoldFont';
    src:  url('fonts/inter-semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'ExtraBoldFont';
    src:  url('fonts/inter-extrabold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* /Additional Style */