/* @import url('http://example.com/example_style.css'); */
<style>
  @import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Syncopate:wght@700&display=swap');
 
  h1, h2, h3, h4, h5
  {
  font-family: 'Syncopate', sans-serif;
  }

  body
  {
  font-family: 'Fira Sans', sans-serif;
  }

.hs-blog-post .pwr-sec-posts{
display:none !important;
}

</style>


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

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