﻿/* --------------------------------
   Background Colors
-----------------------------------*/

/* Orange background with white text */
.bg-brand-100 {
    background-color: #EB8435 !important;
    color: #FFFFFF !important;
    transition: background-color 0.2s ease-in-out !important;
}

    .bg-brand-100:hover {
        background-color: #E34C0C !important;
        color: #FFFFFF !important;
    }

/* Dark gray background */
.bg-gray-500 {
    background-color: #0C111D !important;
}

/* --------------------------------
   Text Colors
-----------------------------------*/

/* Orange text */
.text-brand-100 {
    color: #EB8435 !important;
}

/* Medium gray text */
.text-gray-300 {
    color: #A0A6B0 !important;
}

/* Dark gray text */
.text-gray-500 {
    color: #0C111D !important;
}

.custom-alert-bg {
    background-color: #FFFBFA !important;
}
