@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:200,600,800');


body {
    font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-weight: 200;
}



h1 {
  
  font-weight:800;
  font-size: 4rem;
 
}

h2{
  
  font-weight:600;
  font-size: 2.6rem;
 
}


h3{
  
  font-weight:600;
  font-size: 2.0rem;

}


h4 {
    font-weight:600;
	font-size: 1.61rem;
	
}
h5 {
    font-size: 1.6rem;
	font-weight:600;
}
h6 {
    font-size: 1.6rem;
	font-weight:600;
	text-transform:uppercase;
}


p,blockquote {
  
  font-size:1.6rem;
  font-weight:200;
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
  
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit 
}