@import url(https://use.typekit.net/uzf6qfl.css);

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



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

*, :after, :before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, h1, h2, h3, html, p, a, a:hover, .in-footer span, .in-footer a:not(.menu__link) {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;  
}

.hs-button {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 16px
  letter-spacing: 0.1px;
}

.in-btn__text {
   font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 16px
  letter-spacing: 0.1px;
}