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

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

<style>
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,800;1,600;1,800&family=Roboto:ital,wght@0,300;0,500;1,300;1,500&display=swap');


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

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

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

h3{
  font-family: 'Poppins', serif; 
  font-size: 32px;
  line-height: 26px;!important;
}

p{
  font-family: 'Roboto', sans-serif; !important;
  font-weight:300;
 }


.form {
    border: 1px none #d1d3d4;
    padding: 0 px;
    background-color: none; !important;
    border-radius: 0px;
}

</style>