
/*
body {
    color:var(--primary-color) !important;
}

a{
    color: var(--secondary-color);
}

.btn{
    background:#ccc !important;
}

.btn-primary {
    background:var(--primary-color) !important;
}

.btn-primary:hover {
    background:#E04A2A !important;
}

.bg-primary{
    background:var(--primary-color) !important;
}

.bg-secondary{
    background:var(--secondary-color) !important;
}

.color-primary{
    color:var(--primary-color) !important;
}

.color-secondary{
    color:var(--secondary-color) !important;
}

.form-control, .form-select{
    border: 1px solid #ccc !important;
    color:#333;
}
 */
