@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@300;500&display=swap');

body {
    font-family: 'Noto Sans Arabic', sans-serif;
}


:root {
	/*1. Make background black*/
	--body-bg: #e4eef5;
	/*2. Make Text White*/
	--body-color: #000000;
}
 