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

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

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