.form-control {
    font-family: "Poppins";
}

.form-control::placeholder {
    font-family: "Poppins";
}

button {
    font-family: "Poppins";
}

a {
    font-family: "Poppins";
}

.form-select-custom {
    display: block;
    width: 100%;
    height: 50px;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2a2a2a;
    background-color: #fff;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.site-wrapper {
    position: relative;
}

.navigation {
    position: absolute;
    top: 0;
    right: 0;
}

.flex-col {
    flex-direction: column;
}
