body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
body input, body textarea, body .btn, body button {
  font-family: 'Lato', sans-serif;
}

blockquote p, .section-header p {
  font-weight: 300;
}

.light {
  font-weight: 300 !important;
}

.hairline {
  font-weight: 100 !important;
}
.hairline strong {
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}

.lead {
  font-weight: 300;
}

.leadbunny {
  font-weight: 400;
}

.lead strong {
  font-weight: 600;
}

.supabunny {
  font-weight: 900;
}

#masthead .brand {
  font-weight: 300;
}


.capital {
	text-transform:uppercase;
}