/* Color scheme updated to navy light blue theme */
:root {
  --primary-color: #1E3A8A;    /* Navy blue */
  --primary-color-rgb: 30, 58, 138;

  --secondary-color: #3B82F6;  /* Light blue */
  --secondary-color-rgb: 59, 130, 246;
  
  --bg-color: #FFFFFF;
  --text-color: #1E293B;       /* Dark blue-gray for better readability */
  --light-text: #4B5563;       /* Lighter blue-gray */
  --border-color: #E2E8F0;     /* Very light blue-gray */
  --light-bg: #F8FAFC;         /* Off-white with blue tint */
}