/* Global Contact Button Styles - Loaded on all pages */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

.contact-button {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    color: #fff !important;
    background-color: #871912 !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-block !important;
    border-radius: 4px !important;
    vertical-align: middle !important;
}

.contact-button:hover,
.contact-button:focus,
.contact-button:active {
    color: #fff !important;
    background-color: #a01f16 !important;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
