@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
// @import url(https://db.onlinewebfonts.com/c/c8a508ce93b258fee22ef2e94bfbaa83?family=Hero+New+SemiBold);
@font-face {
    font-family: 'Hero_New_Semibold';
    src: url('https://45764641.fs1.hubspotusercontent-na1.net/hubfs/45764641/Fonts/hero_new_semibold-webfont.woff2') format('woff2'),
         url('https://45764641.fs1.hubspotusercontent-na1.net/hubfs/45764641/Fonts/hero_new_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

/*  font-family: "Lato", sans-serif; */
/* font-family: "Lora", system-ui;
  font-family: "Lora", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
 *  */
/*****************************************/


body{
  font-family: "Lato", sans-serif !important;
}