﻿.text-primary {
    color: var(--card-primary) !important;
}

.text-success {
    color: var(--card-success) !important;
}

.text-info {
    color: var(--card-info) !important;
}

.text-warning {
    color: var(--card-warning) !important;
}

.text-danger {
    color: var(--card-danger) !important;
}

.text-default {
    color: var(--card_default) !important;
}

.text-defaultgray {
    color: var(--card_defaultgray) !important;
}

.text-navbar {
    color: var(--navbarbackground) !important;
}

.text-white {
    color: var(--white) !important;
}

.text-msnavy {
    color: var(--msnavy) !important;
}

.text-darkred {
    color: var(--darkred) !important;
}

.text-yellow {
    color: #fff500 !important;
}

.text-red {
    color: #a81200 !important;
}

.text-white {
    color: white !important;
}

.text-white-yellow {
    color: #fff43f !important;
}

.text-green-light {
    color: #afff4e !important;
}

.text-green-dark {
    color: #2e5103 !important;
}

.text-msnavy {
    color: var(--msnavy) !important;
}

.text-darkred {
    color: var(--darkred) !important;
}
