.bg-secondary{
    background-color: #fafafa !important;
}

.bg-dark{
    background-color: #0C0F19 !important;
}

.btn-primary{
    background-color: #0C0F19 !important;
    border-color: #0C0F19 !important;
}

.bg-faded-primary{
    background-color: rgba(145, 145, 145, 0.12) !important;
    border-radius: 8px;
}

body{
    color: #0C0F19 !important;
}

.dark-mode body{
    color: #eaeaea !important;
}
