/* 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 */
*, *::before, *::after {
    font-family: inherit !important;
}
