/* @import url('http://example.com/example_style.css'); */

@font-face {
  font-family: 'OldschoolGrotesk';
  src: url('https://25262360.fs1.hubspotusercontent-eu1.net/hubfs/25262360/OldschoolGroteskClassicVar%20%281%29.ttf') format('truetype');
  font-display: swap; 
} 

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


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

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

h1, h2, h3, h4, h5, h6, blockquote { font-family: 'OldschoolGrotesk', sans-serif; !important }