html,
body {
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'PT Serif', serif;
}

.btn{
    font-weight: 500;
    font-family: 'PT Serif', sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    border-color: #ede3d9!important;
    background-color: #ede3d9!important;
    color: #000!important;
    text-transform: uppercase;
}

a{
    color: #916732;
    text-decoration: none;
}
a:hover,
a:focus{
    text-decoration: underline;
}

.form-check-input:checked{
    border-color: #916732!important;
    background-color: #916732!important;
}