@import url('https://fonts.googleapis.com/css2?family=IBM Plex Sans Arabic:display=swap');

body, body * {
font-family: 'IBM Plex Sans Arabic', sans-serif; !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;
}