/* Force the app's base font (Inter) over Zoho's theme font */
#root, #root * { font-family: 'Inter', 'Segoe UI', sans-serif !important; }

/* Preserve the brand fonts — targeted by the app's own inline styles */
#root [style*="Montserrat"] { font-family: 'Montserrat', 'Segoe UI', sans-serif !important; }
#root [style*="Dancing"]    { font-family: 'Dancing Script', cursive !important; }
#root [style*="Georgia"]    { font-family: Georgia, serif !important; }