html {
    font-size: 14px;
}

@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 #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.custom-navbar {
    background-color: #f8f9fb;
    padding: 14px 0;
}

    .custom-navbar .navbar-brand {
        font-size: 1.35rem;
        letter-spacing: 0.5px;
    }

    .custom-navbar .nav-link {
        color: #495057;
        font-weight: 500;
        transition: color 0.2s ease;
    }

        .custom-navbar .nav-link:hover {
            color: #0d6efd;
        }

body {
    background-color: #f2f4f8;
}
