/* @import url('http://example.com/example_style.css'); */
@import url("https://use.typekit.net/tgy8srm.css");

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/
@font-face { font-family: 'Soleil';  src: url('https://21228891.fs1.hubspotusercontent-na1.net/hubfs/21228891/Soleil%20Font%20Files/SoleilRegular.otf') format('opentype'); font-weight: 400;}

@font-face { font-family: 'Soleil Light';  src: url('https://21228891.fs1.hubspotusercontent-na1.net/hubfs/21228891/Soleil%20Font%20Files/SoleilLight.otf') format('opentype'); font-weight: 300;}

@font-face { font-family: 'Soleil Book';  src: url('https://21228891.fs1.hubspotusercontent-na1.net/hubfs/21228891/Soleil%20Font%20Files/SoleilBook.otf') format('opentype'); font-weight: 500;}

@font-face { font-family: 'Soleil Bold';  src: url('https://21228891.fs1.hubspotusercontent-na1.net/hubfs/21228891/Soleil%20Font%20Files/SoleilBold.otf') format('opentype'); font-weight: 700;}




  p { font-family: 'soleil' !important; }

body, p, a {
  font-family: soleil, sans-serif !important; 
  font-weight: 300;
  color: #1d1d1b;
}


h1, h2, h3, h4, h5, h6 { 
  font-family: soleil, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  color: #1d1d1b;
  letter-spacing:0;
}

a:hover { 
  font-family: soleil, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  color: #3db5e6;
}


/* BUTTON STYLING */

.hs-button, .hs-button:hover {
  font-family: soleil, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  padding: 12px 20px 10px 20px;
  text-transform: uppercase;
  border-radius: 0px;
}

.hs-button:hover { text-decoration: none; }

.footer--landing-page, .header--landing-page { display: none !important; }
ul li {
    line-height: unset;
      margin: 0.1rem 0.7rem;
}
}