/* Theme variables for Loan & Financial Management System */
:root {
  --bg: #f6f8fb;
  --card: #ffffff;
  --muted: #6b7280;
  --text: #0f1724;
  --primary: #0b5fff; /* blue */
  --accent: #00b894; /* green accent for positive */
  --danger: #ff4757;
  --sidebar: #071129;
  --sidebar-contrast: #0f2133;
  --glass: rgba(255,255,255,0.6);
  --radius: 8px;
  --radius-sm: 6px;
  --shadow-1: 0 4px 12px rgba(16,24,40,0.06);
  --shadow-2: 0 8px 30px rgba(16,24,40,0.08);
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --max-width: 1200px;
}

/* Dark overrides (imported by theme.finance.dark.css) */

/* End of variables */
