/* @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    */
/*****************************************/

.hs-input {font-family: Inter!important;}

form .hs-form-field input::placeholder {
  font-family: Inter!important; /* Change this to whatever font you'd like */
  font-weight: 100 /* Change this to whatever weight you'd like */
  color: #000000; /* Change this to whatever colour you like*/
}