
.text-primary {
    color: #8A1726;
}


.text-secondary{
    color: #F26222;
}


.bg-primary {
    background-color: #8A1726;
}


.bg-secondary {
    background-color: #F26222;
}

.border-primary{
    border: 1px solid #8A1726;
}


.border-secondary {
    border: 1px solid #F26222;
}
