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

.text--blue-strong {
    color: var(--dark-blue-3);
}

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

.text--dark-fade-1 {
    color: var(--dark-fade-2);
}

.text--dark-fade-1-hover {
    color: var(--dark-fade-2);
}

.text--dark-fade-1-hover:hover {
    color: var(--text-white);
}

.text--dark-fade-2-hover {
    color: var(--dark-fade-2);
}

.text--dark-fade-2-hover:hover {
    color: var(--text-white);
}

.text--dark-fade-3-hover {
    color: var(--dark-fade-3);
}

.text--dark-fade-3-hover:hover {
    color: var(--text-white);
}


.text--transparent {
    color: transparent !important;
}

.text-shadow-1 {
    text-shadow: 0.01rem 0.01rem 0.8px #00000068;
}