/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
/*
--sparrow-link-color: #744DA9;
--sparrow-link-hover-color: #FFB745;
--sparrow-link-color-rgb: 116, 77, 169;
--sparrow-link-hover-color-rgb: 255, 183, 69;
*/

body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: light;
    font-style: normal;
    color: #000;
  }

a {
    color: #000 !important;
    text-decoration: none;
    border-bottom: #000 solid 1px;
}
a:hover {
    color: #FFB745 !important;
    text-decoration: none;
    border-bottom: #FFB745 solid 1px;
}

.source-sans-3-lighter {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: lighter;
    font-style: normal;
}

.btn-primary {
    background-color: #744DA9 !important;
    border: none;
    color: #FFF !important;
}

.btn-primary:hover {
    background-color: #FFB745 !important;
    border: none;
    color: #FFF !important;
}

.text-purple {
    color: #744DA9 !important;
}

::selection{  
    background-color: #744DA9;  
}  