/* Global Application */
body {
    font-family: 'El Messiri', sans-serif;  
    font-weight: 400; /* Set a default starting weight */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* Added for better Firefox rendering */
}
