html {
    font-size: 14px;
}

* {
    font-family: "Outfit", sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f4f1ec;
}

.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;
}


.border-custom {
    border-color: #ddd8d0 !important;
}

.elevated {
    background-color: #eae6df;
}

.btn-lg {
    font-size: 1rem !important;
    font-weight: bolder !important;
}

.footer {
    background-color: #f4f1ec;
    position: unset !important;
}
