/* Custom color definitions for high contrast */
.bg-navy-900 { background-color: #1A2C5A; } /* Darker navy for headers/footers */
.text-navy-900 { color: #1A2C5A; } /* Dark navy for text on light backgrounds */
.bg-cream-100 { background-color: #F9FAFB; } /* Light cream for main sections */
.text-cream-100 { color: #F9FAFB; } /* Cream for text on dark backgrounds */
.bg-teal-500 { background-color: #14B8A6; } /* Teal for buttons */
.hover\:bg-teal-600:hover { background-color: #0D9488; } /* Hover state for buttons */
.text-teal-500 { color: #14B8A6; } /* Teal for links */
.hover\:text-teal-600:hover { color: #0D9488; } /* Hover state for links */