/* Arabic Fonts */
@font-face {
    font-family: 'GE_SS_Two';
    src: url('/assets/fonts/GE_SS_Two_Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'GE_SS_Two';
    src: url('/assets/fonts/GE_SS_Two_Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'GE_SS_Two';
    src: url('/assets/fonts/GE_SS_Two_Bold.otf') format('opentype');
    font-weight: 700;
}

/* English Fonts */
@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
}
