
.text-info {
    color: var(--primary-color) !important;
}
.text-info-light {
    color: var(--primary-color-inputs) !important;
}

.text-gradient.text-info {
    background-image: linear-gradient(310deg, var(--bs-info-grandient-start), var(--bs-info-grandient-end));
}

.text-color-white{
    color: #ffffff;
}

.text-light {
    color: #939090 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */ 
}

.ara-link {
    text-decoration: underline;
    color: var(--blue-link);
    font-weight: 600;
}
.ara-link:hover {
    text-decoration: underline;
    font-weight: 600;
}
.text-black {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    color: var(--primary-black);
}
.text-color-black {
    color: var(--primary-black);
}


.text-muted-light {
    color: #939090;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.text-dark {
    color: var(--primary-black) !important;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.text-underline {
    text-decoration: underline !important;
}


.text-color-aquamarine {
    color: var(--primary-aquamarine);
}

.text-danger {
    color: var(--bs-primary-grandient-start);
}

.text-18 {

    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    line-height: 150%; /* 27px */
}

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

}
