/* Emergency CSS fix for text visibility */

/* Force visible text colors */
body {
  color: #212529 !important;
}

.header, .navbar, .nav, .menu {
  color: #212529 !important;
}

.nav-link, a {
  color: #224faa !important;
}

.nav-link:hover, a:hover {
  color: #424077 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #112855 !important;
}

/* Fix search box */
input, textarea, select {
  color: #212529 !important;
  background-color: #ffffff !important;
  border: 1px solid #cdcdcd !important;
}
