/* Lato only - Regular for body, Thin for headings and titles */

body, p, div, span, a, li, td, th, input, textarea, button, .page__content, .page__lead, figcaption {
  font-family: 'Lato', -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6, .page__title, .archive__item-title, .archive__item-title a, .nav__title, .nav__sub-title {
  font-family: 'Lato', -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 300 !important;
}

.masthead__menu-item--lg a {
  font-weight: 300 !important; /* Lato Light - same as sidebar name below photo */
  font-size: 1.5em !important;
}

.sidebar .author__name,
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  font-weight: 300 !important;
}

/* Unify sidebar and main text sizing.
   Target size is the sidebar list size (0.875em of body).
   Avoid nested font-size shrinkage inside author__urls links. */
.sidebar .nav__list {
  font-size: 0.875em !important;
}

.sidebar .author__urls {
  font-size: 1em !important;
}

.sidebar .author__urls li {
  font-size: 0.875em !important;
}

.sidebar .author__urls a {
  font-size: 1em !important;
}

.page__content {
  font-size: 0.875em !important;
  line-height: 1.6 !important;
}
