/* "demo" brand accent colors — currently match landing.css exactly, so
   switching brands has no visual effect yet. Edit these hex values to give
   this brand its own palette. */

.bg-blue {
    background-color: #213547 !important
}

.bg-orange {
    background-color: #f98225 !important
}

.bg-teal {
    background-color: #007e80 !important
}

.bg-light-gray {
    background-color: #f2f2f2 !important
}

.text-blue {
    color: #213547 !important
}

.text-orange {
    color: #f98225 !important
}

.text-teal {
    color: #007e80 !important
}
