/* ================================
   GE SS Two Font Family
================================ */

/* Light */
@font-face {
    font-family: 'GE SS Two';
    src: url('../Fonts/ArbFONTS-GE-SS-Two-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'GE SS Two';
    src: url('../Fonts/ArbFONTS-GE-SS-Two-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Text Medium */
@font-face {
    font-family: 'GE SS Two';
    src: url('../Fonts/ArbFONTS-GE-SS-Text-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'GE SS Two';
    src: url('../Fonts/ArbFONTS-GE-SS-Two-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Apply font globally */
html, body {
    font-family: 'GE SS Two', sans-serif !important;
}