/* Inceptio B2B Platform - Global Styles */

/* CSS Variables */
:root {
    --primary-color: #1e3a8a;
    --secondary-color: #3b82f6;
    --accent-color: #10b981;
    --dark-bg: #0f172a;
    --sidebar-width: 260px;
}

/* Text Muted Override - Better Visibility */
.text-muted {
    color: #64748b !important;
}

/* Consistent Body Font */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
