
body {
  color: #444;
  font-family: 'Outfit', sans-serif;
  /* font-size: 17px; */
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}



blockquote p {
  font-family: 'Outfit', sans-serif;
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
  font-weight: none;
  line-height: 25px;
}

.lead {
  line-height: 30px;
  font-size: 1.3em;
}

h1 { font-size: 2em; color: #111c24; line-height: 40px; font-weight: 700;}
h2 { font-size: 1.5em; color: #111c24; line-height: 25px; font-weight: 700;}
h3 { font-size: 1.17em; color: #111c24; line-height: 20px; font-weight: 700;}
h4 { font-size: 1.12em; color: #111c24;  font-weight: 600;}
h5 { font-size: .83em; color: #111c24;  font-weight: 600;}
h6 { font-size: .75em; color: #111c24;  font-weight: 600;}

a {
  	color: #111c24;
  	font-weight: 600;
}
a:hover {
 	color: #142432;
  	text-decoration: none;
}

b {font-weight: 600;}
strong {font-weight: 600;}
