
/* ====================== [ Start Typography  ] ====================== */
 @import url("https://use.typekit.net/jwa3aeq.css");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: museo-sans, sans-serif;
}

body {
  color: #000000;
  background: #ffffff;
  line-height: 1.5;
  font-weight: 300;
  overflow-x: hidden !important;
  font-family: museo-sans, sans-serif;
}