/* Apply a global font */
body {
    font-family: 'Almarai', Arial, sans-serif !important; /* Replace 'Almarai' with your desired font*/
}

/* Optional: Reset font-family for all elements for consistency */
h1,h2,h3,h4,h5,h6 {
    font-family: inherit !important;
}
