@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');


body {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #123456;
    font-weight: 400;
}



h1 {
  
  font-weight:900;
  font-size: 4rem;
 
}

h2{
  
  font-weight:700;
  font-size: 4rem;
 
}


h3{
  
  font-weight:700;
  font-size: 2.1rem;

}


h4 {
    font-weight:700;
	font-size: 2.1rem;
	
	
}
h5 {
    font-size: 1.6rem;
	font-weight:700;
}
h6 {
    font-size: 1.6rem;
	font-weight:700;
	text-transform:uppercase;
}


p,blockquote {
  
  font-size:1.6rem;
  font-weight:400;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit 
}