@import"https://fonts.googleapis.com/css2?family=Cormorant:wght@500;600&family=Lora:ital,wght@0,400;0,500;0,700;1,500;1,700&family=Raleway:ital,wght@0,500;1,500&display=swap";
body {
    font-family: 'Lora', serif;
}

a, a:hover {
    color: #AB8A63;
}

.form-control {
    border: 2px solid #333333;
    background: #F6F6F6;
    border-radius: 0;
    min-width: 350px;
}

.status-icon {
    width: 80px;
    height: 80px;
}

.modal-display {
    max-width: 500px;
}

.btn {
    font-family: 'Raleway', sans-serif;
}

.btn-primary {
    background: #AB8A63;
    border-color: #AB8A63;
    font-size: .8em;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 70px;
}

.btn-primary:hover {
    background: #333333;
    border-color: #AB8A63;
}
.btn-transparent {
    background: #fff;
    border-color: #AB8A63;
    font-size: .8em;
    color: #AB8A63;
    text-transform: uppercase;
    padding: 15px 70px;
}

.btn-transparent:hover {
    background: #333333;
    color: #fff;
    border-color: #AB8A63;
}