@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/* @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    */
/*****************************************/
body{
 font-family: 'Poppins', sans-serif; !important
}
h1,h2,h3,h4,h5,h6,p,span,button,input,a,label {
   font-family: 'Poppins', sans-serif; !important
}
form {
    background-color: transparent;
  padding: 0px;
  border-radius: 8px;}
  
  form .hs-form-field {
    margin-bottom: 1rem;}

  ::placeholder {
  color: #141414 !important;
}