.text {
    color: var(--davy-gray) !important;
}

.text-black{
    color: var(--black) !important;
}

.text-cibor-gray{
    color: var(--cibor-gray) !important;
}

.text-cibor-light {
    color: var(--black) !important;
}

.text-cibor-white {
    color: var(--black) !important;
}

.text-cibor-gray-extra-light {
    background-color: var(--cibor-gray-extra-light) !important;
}

.text-cibor-almost-white {
    color: var(--black) !important;
    background-color: var(--cibor-almost-white) !important;
}

.text-cibor-gray-dark {
    color: #fff !important;
    background-color: var(--cibor-gray-dark) !important;
}

.text-cibor-toast-background {
    color: #fff !important;
    background-color: var(--cibor-toast-background) !important;
}

.text-cibor-dark-green {
    color: #fff !important;
    background-color: var(--cibor-dark-green) !important;
}

.text-cibor-dossier {
    color: #fff !important;
    background-color: var(--cibor-dossier) !important;
}

.text-cibor-crm-entity {
    color: var(--black) !important; !important;
}

.text-cibor-contact {
    color: var(--black) !important;
}

.text-cibor-dossier-crm-relation {
    color: #fff !important;
    background-color: var(--cibor-dossier-crm-relation) !important;
}

.text-cibor-minimal-card {
    color: var(--black) !important;
}

.text-cibor-yellow {
    color: var(--cibor-dossier) !important;
}

.text-white {
    color: var(--white) !important;
}

.text-cibor-green {
    color: var(--cibor-green) !important;
}

.text-cibor-red {
    color: var(--cibor-red) !important;
}

.text-electric-red{
    color: var(--cibor-danger) !important;
}

.text-giants-orange{
    color: var(--giants-orange) !important;
}

.text-bright-yellow{
    color: var(--bright-yellow) !important;
}

.text-medium-persian-blue{
    color: var(--medium-persian-blue) !important;
}

.text-american-silver{
    color: var(--american-silver);
}

.text-yellow-green{
    color: var(--yellow-green) !important;
}

.text-cibor-blue {
    color: var(--cibor-blue) !important;
}

.text-medium-persian-blue {
    color: var(--medium-persian-blue);
}

.text-blue {
    color: var(--cibor-blue) !important;
}

.text-cibor-blue-cola {
    color: var(--white) !important;
}

.text-cibor-lavender {
    color: var(--black) !important;
}

.font-size-12 {
    font-size: 12px !important;
    font-weight: 300;
}

.font-size-14 {
    font-size: 14px !important;
    font-weight: 300;
}

.font-size-18 {
    font-size: 18px !important;
    font-weight: 300;
}
