﻿.text-white {
    color: var(--white);
}

.bg-primary {
    background-color: var(--primary-color);
}
