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

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

@font-face { font-family: 'Roobert-Regular'; src: url('https://20688942.fs1.hubspotusercontent-na1.net/hubfs/20688942/roobert-font/RoobertVF.woff') format('woff'), url('https://20688942.fs1.hubspotusercontent-na1.net/hubfs/20688942/roobert-font/RoobertVF.woff2') format('woff2'), url('https://20688942.fs1.hubspotusercontent-na1.net/hubfs/20688942/roobert-font/RoobertVF.ttf') format('truetype');}
@font-face { font-family: 'Roobert-Italics'; src: url('https://20688942.fs1.hubspotusercontent-na1.net/hubfs/20688942/roobert-font/RoobertVFItalics.woff') format('woff'), url('https://20688942.fs1.hubspotusercontent-na1.net/hubfs/20688942/roobert-font/RoobertVFItalics.woff2') format('woff2'), url('https://20688942.fs1.hubspotusercontent-na1.net/hubfs/20688942/roobert-font/RoobertVFItalics.ttf') format('truetype');}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*body, main, div, span, p, a, h1, h2, h3, h4, h5, h6, button, .button.button--brutalist, .button.button--simple, .button--icon-right*/
html * {
  font-family: 'Roobert-Regular', 'Inter', sans-serif !important;
  font-style: normal;
  font-variant-ligatures: common-ligatures;
  font-kerning: auto;
}
em {
  font-family: 'Roobert-Italics', 'Inter', sans-serif !important;
  font-style: italic;
  font-variant-ligatures: common-ligatures;
  font-kerning: auto;
}
/*h2 {
  letter-spacing: -4px;
}
h2 {
  letter-spacing: -2px;
}*/
p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media screen and (min-width: 1200px){
.main-menu .navigation-primary>ul ul {
  display: block;
 }