/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');*/

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;*/
    font-family: Arial, Helvetica, sans-serif;
    /*    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;*/

    display: flex;
    flex-direction: column;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.nav-bold {
/*    font-weight: 800;*/
/*font-weight: bold;*/
}

.content-container {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 102px);
    overflow: auto;
}

main {
/*    min-height: calc(100% - 240px);*/
}

/*.main-search {
    width: 20rem;
    margin-left: 10rem;
}*/

/*nav a {
    font-family: "Monaco", monospace;
}
*/

/* More specific rules for Materialize navbar to override framework defaults */
/*.nav-wrapper .right li > a,
.nav-wrapper .right li > a .nav-bold,
.nav-wrapper .right li > a span {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 1.6px !important;
    font-size: 0.95rem !important;
    text-transform: uppercase !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    padding: 0 12px;
}*/

/* Brand/logo styling to match weight */
/*.nav-wrapper .brand-logo {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}*/
