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%;
    scroll-behavior: smooth;
}

body {
    margin-bottom: 60px;
}


/* default list styles */
.styled-list ul {
    list-style-type: disc;
    list-style-position: inside;
}

.styled-list ol {
    list-style-type: decimal;
    list-style-position: inside;
}

    .styled-list ul ul,
    .styled-list ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px;
    }

    .styled-list ol ol,
    .styled-list ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 15px;
    }

.styled-link a {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

    .styled-link a:hover {
        cursor: pointer;
    }
