.sapc__primary-color--text {
    color: rgb(1, 66, 130);
}

.sapc__secondary-color--text {
    color: rgb(71, 108, 177);
}

.sapc__primary-color--bg {
    background: rgb(1, 66, 130);
}

.sapc__secondary-color--bg {
    background: rgb(71, 108, 177);
}