html {
    font-size: 15px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 576px) {
    html { font-size: 15px; }
}

@media (min-width: 768px) {
    html { font-size: 16px; }
}

body {
    margin-bottom: 60px;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem var(--light, white), 0 0 0 0.25rem rgba(var(--secondary-rgb, 41, 91, 133), 0.35);
}

::selection {
    background: rgba(var(--accent-rgb, 132, 169, 140), 0.22);
}
