body {
  font-family: "Gentium Book Basic", Georgia, "Times New Roman", serif;
  letter-spacing: .03em;
  color: #333;
}

@media(min-width: 800px) {
  .wrapper {
    width: 700px;
  }
}
h1, h2, h3, .site-header, .site-footer, .post-meta {
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3, h4, .site-title {
  font-weight: 900;
  color: #444;
}

.site-header {
  border-top: 3px solid #bc696a;
}

.site-title, .site-title:visited, .site-title:hover, a, a:hover, a:visited {
  color: #bc696a;
}

.site-title img {
  vertical-align: bottom;
}

.post-list h2 {
  margin-bottom: 0;
}

.post-desc {
  font-size: 16px;
}

.post-content {
  font-size: 1.4em;
  line-height: 1.3em;
}

.post-content h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

pre, code,
.highlighter-rouge .highlight {
  font-family: 'Fira Mono', monospace;
  background: #fafafa;
  line-height: 1.5em;
}

.footnotes {
  border-top: 1px solid #aaa;
  margin-top: 20px;
}
