/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1, h2, h3 {
  font-family: font-family: 'Lora', serif !important;
}

p {
  
  font-family: 'Poppins', sans-serif !important;
}

.hs-button {
  
color:#fff !important;
  background-color: #5989E7;
  border-radius:25px;
  padding-right: 40px;
  padding-left:40px;
  padding-top: 15px;
  padding-bottom:20px;
 
}