.text-orange {
    color: var(--my-orange);
}
.bg-danger {
    background-color: var(--my-red) !important;
}