/* @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: 'Gotham';
  src: url('https://cdn2.hubspot.net/hubfs/your-folder/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://cdn2.hubspot.net/hubfs/your-folder/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://cdn2.hubspot.net/hubfs/your-folder/Gotham-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://cdn2.hubspot.net/hubfs/your-folder/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://cdn2.hubspot.net/hubfs/your-folder/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}


@font-face {
    font-family: 'Gotham';
    src: url('https://cdn2.hubspot.net/hubfs/your-folder/Gotham-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;

}

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

    .language-switcher {
        display: none !important;
    }
    .weglot_switcher.bubble .language-option {
        display: none !important;
    }