/* ExaHubs Accessibility & Contrast Fix */

body{
  color:#0f172a;
}

p,
li,
.xh-card p,
.xh-tool-card p,
.xh-content p,
.profile-lead,
.xh-lead{
  color:#334155;
}

.xh-dark-band p,
.xh-dark-band .xh-lead,
.profile-hero p,
.hero p{
  color:#e0f2fe !important;
}

.site-footer,
.site-footer p,
.site-footer a{
  color:#ffffff !important;
}

.site-footer a:hover{
  color:#93c5fd !important;
}

.nav a{
  color:#1e293b !important;
}

.nav a:hover{
  color:#1d4ed8 !important;
}

.xh-btn-primary{
  color:#ffffff !important;
}

.xh-btn-light{
  color:#1d4ed8 !important;
}

.xh-check{
  color:#1e293b !important;
  background:#ffffff;
}

.xh-eyebrow{
  color:#1d4ed8;
}

.card p,
.content-card p{
  color:#334155;
}

.badge{
  color:#ffffff;
}

.hero-feature{
  color:#ffffff;
}

input::placeholder,
textarea::placeholder{
  color:#64748b;
  opacity:1;
}
