

body { 
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
} 

/*h1,h2,h3,h4,h5,h6{*/
  /*line-height:1.2;*/
  /*font-weight:normal;*/
  /*margin-bottom:1em;*/
  /*padding-top:1em;*/
/*}*/
/*h1, .h1{*/
  /*font-size:3.4em;*/
  /*font-weight:700;*/
  /*padding:0;margin:1.6em 0 0 0;*/
/*}*/
/*h2,.h2{*/
  /*color: darken($primary,10);*/
  /*font-family: "proxima-nova";*/
  /*font-size: 18px;*/
  /*font-weight: 600;*/
/*}*/
/*h3,.h3{font-size:1.1875em;font-weight:600;padding:0;margin:0 0 1em 0}*/
/*h4,h5,h6,.h4,.h5,.h6{font-weight:600;padding:0;margin:0}*/
/*hr{margin:2em auto;border:0;border-top:0.0725em solid rgba(42,42,42,0.5);border-bottom:0 solid #e6e6e6}*/
/*strong,b{font-weight:600}*/
/*em,i{font-style:italic}*/
/*sub,sup{position:relative;font-size:85%;font-weight:600;line-height:0;vertical-align:baseline;margin-left:0.25em}sup{top:-0.5em}*/
/*sub{bottom:-0.25em}*/
/*p, ul{margin-bottom:1.5625em; }*/

.direction {
  max-width: 50em; 
  margin: 0 auto;
}
/* Typography */
h1,
.h1 {
  font-size: 48px /* 64px */;
}
h2,
.h2 {
  font-size: 41px /* 52px */;
}
h3,
.h3 {
  font-size: 32px /* 40px */;
}
h4,
.h4 {
  font-size: 23px /* 29px */;
}
h5,
.h5 {
  font-size: 21px /* 28px */;
}
h6,
.h6 {
  font-size: 19px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  margin-bottom: 2px;
}
h3 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: normal;
}
p, li {
  font-size: 18.004px;
  /* 18px */

  line-height: 1.722169;
  /* 31px */

}
.lead {
  font-size: 28px;
  /* 28px */

  line-height: 1.4642745000000001;
  /* 41px */

  font-weight: 300;
  margin-bottom: 20px;
}
small {
  font-size: 84%;
  /* 15px */

  line-height: 2.050846;
  /* 31px */
}
