html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.thsn-tbar-title {
    font-family: Poppins,sans-serif;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    color: #252525;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}

.error {
    color: maroon;
    font-weight: 500;
}

.success {
  color: #86bb46;
    font-weight: 500;
}

/* unvisited link */
a:link {
    color: #252525;
  }
  
  /* visited link */
  a:visited {
    color: #252525;
  }
  
  /* mouse over link */
  a:hover {
    color: #86bb46;
  }
  
  /* selected link */
  a:active {
    color: #86bb46;
  }