/* ============================================
   GE SS Two Font - Arabic Font
   ============================================ */

/* Medium (Regular weight) */
@font-face {
    font-family: 'GE SS Two';
    src: url('ge-ss-two/GE SS Two Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'GE SS Two';
    src: url('ge-ss-two/GE_SS_Two_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* For bold text, we'll use the Medium with stronger weight */
@font-face {
    font-family: 'GE SS Two Bold';
    src: url('ge-ss-two/GE SS Two Medium.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}