/* تعريف الخط */
@font-face {
    font-family: 'GE SS';
    src: url('GE-SS-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* تطبيق الخط على كل الموقع */
body, * {
    font-family: 'GE SS', sans-serif !important;
}
