/* This gets uploaded into Help Scout docs > impact > customize */

body {
    font-family: "Inter", Helvetica, sans-serif;
}

.navbar .brand {
    line-height: 1.5rem;
    padding: 16px 20px;
}

a.brand img {
    height: 50px;
    width: auto;
}
#searchBar button {
    background-color: #32a8d9;
    border: 1px solid #257BA0;
}


h1, h2, h3, h4,
#contentArea h1,
#contentArea h2,
#contentArea h3,
#contentArea h4 {
    font-family: Inter, Helvetica, sans-serif;
    font-weight: 600;
    color: #555;
}
