
/* Dynamic styles */
:root {
    --primary-color: #424a4d;
}

.text-primary {
    color: #424a4d !important;
}

.bg-primary {
    background-color: #424a4d !important;
}

.btn-primary {
    background-color: #424a4d !important;
    border-color: #424a4d !important;
}
