<style>
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700&display=swap');
</style>
/* @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 {
font-family: 'Inter', sans-serif;
font-weight: 700;
font-style: normal;
}
h2 {
font-family: 'Inter', sans-serif;
font-weight: 700;
font-style: normal;
}
h3 {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-style: normal;
}
h4 {
font-family: 'Inter', sans-serif;
font-weight: 200;
font-style: normal;
}
h5 {
font-family: 'Inter', sans-serif;
font-weight: 200;
font-style: normal;
}
p {
 font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hs-button {
  border:none;
  ]