/* CRM Wolfxell - Base Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #f8fafc; color: #02122c; }
a { text-decoration: none; }
input, select, textarea, button { font-family: inherit; }