﻿.text {
    color: var(--baseTextColor);
    font-weight: 400;
    margin: 0;
}

.text.ellipsis {
    white-space: nowrap;
    overflow: hidden;  
    text-overflow: ellipsis;
}

.text.error {
    color: var(--errorColor);
}
