:root {
    --moto-title: var(--white);
    --moto-text: var(--white);
}

.moto-title-color{
    color: var(--moto-title) !important;
}

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

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

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

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