html {
    font-size: 14px;
}

:root {
    --bs-danger: #842736;
    --bs-danger-rgb: 132, 39, 54;
    --bs-primary: #005994;
    --bs-primary-rgb: 0, 89, 148;
    --bs-warning: #ffe135;
    --bs-warning-rgb: 255, 225, 53;
    --bs-info: #00b2be;
    --bs-info-rgb: 0, 178, 190;
    --bs-success: #00be9b;
    --bs-success-rgb: 0, 190, 155;
}

.btn-danger {
    color: #fff;
    background-color: #842736;
    border-color: #842736;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.5);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
