/* @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    */
/*****************************************/
@font-face {
    font-family: 'Gilroy-Medium';
    font-display: swap;
    src: url('https://143190902.fs1.hubspotusercontent-eu1.net/hubfs/143190902/Fonts/GilroyMedium/font.woff2') format('woff2'),
        url(https://143190902.fs1.hubspotusercontent-eu1.net/hubfs/143190902/Fonts/GilroyMedium/font.woff2%27) format('woff');
}
@font-face {
    font-family: 'Gilroy-Bold';
    font-display: swap;
    src: url('https://143190902.fs1.hubspotusercontent-eu1.net/hubfs/143190902/Fonts/GilroyBold/font.woff2') format('woff2'),
        url('https://143190902.fs1.hubspotusercontent-eu1.net/hubfs/143190902/Fonts/GilroyBold/font.woff') format('woff');
}
@font-face {
    font-family: 'Gilroy-SemiBold';
    font-display: swap;
    src: url('https://143190902.fs1.hubspotusercontent-eu1.net/hubfs/143190902/Fonts/GilroySemibold/font.woff2') format('woff2'),
        url('https://143190902.fs1.hubspotusercontent-eu1.net/hubfs/143190902/Fonts/GilroySemibold/font.woff') format('woff');
}

* {
   font-family: 'Gilroy-Medium', sans-serif!important;
}
h1 {
   font-family: 'Gilroy-Bold', sans-serif!important; 
}

<style type="text/css" data-hse-inline-css="true">
  table, tr, td, th, ol, li, ul, p {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400; 
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
  }
  h1, h2 {
    font-style: normal;
    font-weight: 600;
  }
  h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 500;
  }
</style>

<style type="text/css">
  <!-- Any extra CSS that you would like to override will go here unless you want to add those style to inline. Otherwise add that in above style tag -->
</style>