/* @group Global */

body {
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  
}

::-moz-placeholder {

}

:-ms-input-placeholder {

}

:-moz-placeholder {

}

/* @end */






/* @group Elements */

img {
  max-width: 100%;
}

/* @end */






/* @group Fonts */

/*@font-face {
  font-family: 'SohoGothicPro';
  src: url("../fonts/SohoGothicPro-Light.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/SohoGothicPro-Light.otf") format("opentype"), 
  url("../fonts/SohoGothicPro-Light.woff") format("woff"), 
  url("../fonts/SohoGothicPro-Light.ttf") format("truetype"), 
  url("../fonts/SohoGothicPro-Light.svg#SohoGothicPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; 
}*/



/* @end */






/* @group Typography */

body {
  font-family: 'Helvetica', Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6, h7 {
  /*margin: 0;*/
  /*padding: 0;*/
}

hr {
  background: none;
  margin: 0;
  border: none;
}

.blend-multiply {
  mix-blend-mode: multiply;
}

/* @end */









