/* @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: 'Clash Display';
    url('https://9049155.fs1.hubspotusercontent-na1.net/hubfs/9049155/New%20Branding%20Q3-2024/Fonts/ClashDisplay-Semibold.ttf') format('truetype');
}
@font-face { font-family: 'Work Sans';
    url('https://9049155.fs1.hubspotusercontent-na1.net/hubfs/9049155/New%20Branding%20Q3-2024/Fonts/WorkSans-BoldItalic.ttf') format('truetype');
}
/* Missing the below font in proper format */ 
@font-face { font-family: 'Axiforma';
    url('') format('truetype');
}

h1 {
  font-family: 'Work Sans';
}

h2,h3,h4,h5,h6 {
    font-family: 'Clash Display';
}

p, em, ul, ol, li {
}

a, button {
}