:root {
    --background: #ffffff;
    --foreground: #0f172a;
    --border: #e2e8f0;
    --input: #ffffff;
    --primary: #2563eb;
    --primary-foreground: #ffffff;
    --secondary: #f1f5f9;
    --secondary-foreground: #0f172a;
    --muted: #f8fafc;
    --muted-foreground: #64748b;
    --success: #10b981;
    --success-foreground: #ffffff;
    --accent: #f1f5f9;
    --accent-foreground: #0f172a;
    --destructive: #ef4444;
    --destructive-foreground: #ffffff;
    --warning: #f59e0b;
    --warning-foreground: #ffffff;
    --danger: #ff0000;;
    --danger-foreground: #ffffff;
    --card: #ffffff;
    --card-foreground: #0f172a;
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --radius-xl: 12px;
    --font-family-body: system-ui, -apple-system, sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500 !important;
}
