﻿.color-textPrimary {
    color: var(--mud-palette-text-primary) !important;
}
.color-textSecondary {
    color: var(--mud-palette-secondary-text) !important;
}
.color-text-tertiary {
    color: var(--mud-palette-tertiary-text) !important;
}