html, body {
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

.a, .btn-link {
    color: red !important;
}

.fb-font-mont {
    font-family: 'Montserrat', sans-serif;
}

.fb-font-helv {
    font-family: 'Helvetica Neue', sans-serif;
}

/* Extra padding for text inputs */
.fb-text-extra-padding .mud-input-text {
    padding-bottom: 6px;
}

.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;
}

.rca-checkbox {
    width: 28px;
    height: 28px;
    border: solid #ACADA9 3px;
    border-radius: 6px;
    cursor: pointer;
}

.rca-checkbox-inner {
    background-color: var(--mud-palette-primary);
    border: solid white 2px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    cursor: pointer;
}


body {
    margin-bottom: 60px;
}