.theme-btn-primairy{
    color: var(--mpg-primary-text) !important;
    background-color: var(--bs-primary) !important;
}
.theme-btn-secondairy{
    color: var(--secundairy-btn-txt) !important;
    background-color: var(--secundairy-btn-bg) !important;
}

.theme-btn-primairy:hover, .theme-btn-secondairy:hover{
    filter: brightness(90%) !important;
}

.theme-txt-primary{
    color: var(--primary-txt) !important;
}

.theme-txt-secondairy{
    color: var(--secundairy-txt) !important;
}

.theme-bg-primary{
    background-color: var(--primary-bg) !important;
}

.theme-bg-secondairy{
    background-color: var(--secundairy-bg) !important;
}

.theme-active .page-link{
    background-color: var(--primary-bg) !important;
    color: var(--primary-txt) !important;
    z-index: 2;
}

.theme-page-link{
    color: var(--primary-txt) !important;
}