/* Supplemental styles for coins.html — header readability on dark cards */

.coins-wrap .card-body > h1,
.coins-wrap .card-body > h1.h3 {
    color: #f1f5f9 !important;
}

.coins-wrap .card-body > .lead {
    color: #cbd5e1 !important;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.6;
}

.coins-wrap .card-body h2.h5 {
    color: #f1f5f9;
}

.coins-wrap .project-directory-panel .card-body > p {
    color: #c9d1d9;
}
