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

/* FK Neue Grotesk Regular Font */
@font-face { 
  font-family: 'FK Grotesk Neue'; 
  src: url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Regular.woff2') format('woff2'), url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Regular.woff') format('woff'), url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Regular.ttf') format('truetype'), url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Regular.otf') format('opentype');
  font-weight: 400;
}

/* FK Neue Grotesk Medium Font */
@font-face { 
  font-family: 'FK Grotesk Neue'; 
  src: url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Medium.woff2') format('woff2'), url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Medium.woff') format('woff'), url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Medium.ttf') format('truetype'), url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Medium.otf') format('opentype');
  font-weight: 500;
}

/* FK Neue Grotesk Bold Font */
@font-face { 
  font-family: 'FK Grotesk Neue'; 
  src: url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Bold.woff2') format('woff2'), url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Bold.woff') format('woff'), url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Bold.ttf') format('truetype'), url('https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskNeue-Bold.otf') format('opentype');
  font-weight: 700;
}

/* FK Neue Grotesk Semi Mono Font */
@font-face { 
  font-family: 'FK Grotesk Semi Mono'; 
  src: url(url%28%27https://44780962.fs1.hubspotusercontent-na1.net/hubfs/44780962/fonts/FKGroteskSemiMono-Regular.otf%27%29%20format%28%27opentype%27%29;%20%20%20font-weight:%20400;%20}%20%20html%20*%20{%20%20%20font-family:%20%27FK%20Grotesk%20Neue%27,%20%27Instrument%20Sans%27,%20sans-serif%20!important;%20%20%20font-style:%20normal;%20%20%20font-variant-ligatures:%20common-ligatures;%20%20%20font-kerning:%20auto;%20}%20%20:root%20{%20%20%20--ff-base:%20%27FK%20Grotesk%20Neue%27,%20%27Instrument%20Sans%27,%20sans-serif%20!important;%20%20%20--ff-accent:%20%27FK%20Grotesk%20Semi%20Mono%27,%20%27Instrument%20Sans%27,%20sans-serif%20!important;%20}