/* Bootstrap (loaded via CDN in index.html) sets a system font by default;
   this keeps the static nav/footer markup in index.html on the same Lato
   font used everywhere else in the app. */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
