/* Tailwind CSS loaded from CDN */

/* Override slate-900 backgrounds with Easylife brand color */
.bg-slate-900 {
  background-color: #2b465b !important;
}

/* Override slate-800 for secondary elements */
.bg-slate-800 {
  background-color: #3d5a73 !important;
}

/* Override slate-700 for hover states */
.bg-slate-700 {
  background-color: #4a6b85 !important;
}

.hover\:bg-slate-700:hover {
  background-color: #4a6b85 !important;
}

.hover\:bg-slate-800:hover {
  background-color: #3d5a73 !important;
}

/* Border colors */
.border-slate-700 {
  border-color: #4a6b85 !important;
}

.border-slate-600 {
  border-color: #5a7b95 !important;
}
