/* New named colors from charter */

.bpmain {
    color: #e84248;
}

.bp-secondary-dark {
    color: #09072e;
}

.bp-secondary-blue {
    color: #00689d;
}

.bp-secondary-green {
    color: #2cb0b0;
}

/* Styles using new colors */

a {
    color: #00689d;
}

/* Previous colors */

.text-bpred {
    color: #e01c1b;
}

.text-bpblue {
    color: #1e4b98;
}

.text-bpgreen {
    color: #60981e;
}

.btn-bplink {
    color: #e01c1b;
}