.bg-custom {
    background: #8b2211;
}

.text-primary {
    color: #8b2211 !important;
}

.btn {
    border: none !important;
    font-weight: 700;
}

.btn:hover {
    border: none !important;
    font-weight: 900;
}

.btn-custom .rotate {
    transform: rotate(180deg);
}

.btn-custom {
    background: #8b2211;
    border: none;
    color: #f1f5f9;
}

.btn-custom.btn-sm {
    font-weight: 700;
}

.btn-custom.btn-sm:hover {
    font-weight: 900;
}

.btn-custom ion-icon {
    --ionicon-stroke-width: 50px;
}

.btn-custom:hover {
    background: #610f02;
    color: #f1f5f9;
}

.btn-custom:focus {
    background: #610f02;
    color: #f1f5f9;
}

.navbar-brand {
    color: #8b2211;
    font-weight: 600;
}

.navbar-brand:hover {
    color: #610f02;
    font-weight: 600;
}
