@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

body, body * {
font-family: 'IBM Plex Sans Arabic' !important;
}

/* This will change the background color of the feed */
.news {
    background: white !important;
}


/* This will change the appearance of the post boxes */
.feature {
    box-shadow: 0px 10px 40px -18px rgba(0,0,0,0.1);
    border: 1px #F3F1F1 solid;
    border-radius: 12px !important;
}