﻿.text-muted {
    color: var(--rz-text-secondary-color);
}

.text-strong {
    font-weight: 700;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}
