 
@font-face {
    font-family: 'Careem';
    src: url('/fonts/careem.otf') format('woff'); 
}

body {
    overflow-x: hidden;
}
 
body[data-lang="en"] {
    /* this fixes the left-right flicker on first frames */
    direction: ltr !important;

    /* *:not(.material-icons) {
        font-family: "DM Sans";
    } */ 
}

body[data-lang="ar"] {
    /* this fixes the left-right flicker on first frames */
    direction: rtl !important;

    *:not(.material-icons) {
        font-family: 'Careem', system-ui, sans-serif; 
    } 
}