/* Override shorthand purple (#a0f / #aa00ff) to desired #b0704c */
html,
body {
    color: #523423 !important;
}

a, a:link, a:visited {
    color: #b0704c !important;
}
.card-outline-primary {
    border-color: #b0704c !important;
}
.form-control:hover,
.form-control:focus {
    border-color: #b0704c !important;
}
.bg-primary {
    background-color: #b0704c !important;
}
.bg-green {
    background-color: #b0704c !important;
}
.text-primary {
    color: #b0704c !important;
}
.text-green {
    color: #b0704c !important;
}
.btn-white {
    color: #b0704c !important;
}
.text-facebook-alt,
.text-github-alt,
.text-google-alt,
.text-linkedin-alt,
.text-twitter-alt {
    color: #b0704c !important;
}

/* Ensure hover/active states use the requested brown tone */
a:hover, a:focus {
    color: #523423 !important;
}
