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

<style>
  @import url('https://fonts.googleapis.com/css2?family=Lora&family=Roboto&display=swap');
</style>

h1,h2,h3,h4,h5,p{ font-family: 'Lora', serif;}

/* .footer--site-page {
  display: none !important; 
} */
.header {
  display: none !important;
}
.hs-content-id-141556982050{ background: red;}

.hs-content-id-141556982050 > .header {
background: red !important;
}