/* Sitewide: one body stack matching Google Fonts Raleway link in index.php */

html {
  font-size: 100%;
}

html body {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body button,
body input,
body select,
body textarea {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.lead,
p,
li,
.navbar,
.btn {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
