body {
    font-family: 'Poppins', sans-serif;
    color: #212121 !important;
    background-color: #fcfce6;
    min-height: 100dvh;
}

.emphasis-font {
    font-family: 'Bebas Neue', sans-serif;
}

a.emphasis-font {
    font-size: calc(3.5rem + 1.5vw);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
a:hover,
.btn {
    color: #212121;
    font-weight: 800 !important;
    display: block !important;
    text-decoration: none !important;
    line-height: unset !important;
    padding: 0;
    margin: 0;
    border: none;
}

.form-control {
    background-color: #e1e1cd;
    border: none;
    outline: none;
}

.form-control:focus {
    background-color: #e1e1cd;
    border: none !important;
    outline: none !important;
}

.text-emp {
    font-style: italic;
    font-weight: 300 !important;
    color: #7f7f7f !important;
}

.form-control.hf {
    min-height: 300PX;
    height: 50dvh;
    font-size: 16px;
}