body {
  font-family: Times, "Times New Roman", serif;
  color: #000;
  background: #fff;
  max-width: 760px;
  margin: 2em auto;
  padding: 0 1.25em;
  line-height: 1.55;
}

a {
  color: #000;
}

a:visited {
  color: #333;
}

.last-updated {
  margin: 0 0 0.75em;
  font-size: 0.88em;
  color: #555;
}

nav {
  margin-bottom: 1.5em;
}

nav.footer-nav {
  margin-top: 2.5em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
}

h1 {
  font-size: 1.65em;
  margin-bottom: 0.35em;
}

h2 {
  font-size: 1.25em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-bottom: 0.15em;
  border-bottom: 1px solid #ddd;
}

h3 {
  font-size: 1.05em;
  margin-top: 1.4em;
  margin-bottom: 0.25em;
}

p {
  margin: 0.75em 0;
}

ul, ol {
  margin: 0.6em 0;
  padding-left: 1.4em;
}

.lede {
  font-size: 1.05em;
}

.stats {
  margin: 1.25em 0;
  padding: 0.75em 1em;
  border: 1px solid #ccc;
  background: #fafafa;
}

.stats dt {
  display: inline;
  font-weight: bold;
}

.stats dd {
  display: inline;
  margin: 0 1.25em 0 0.35em;
}

.stats dd::after {
  content: " ·";
  color: #888;
}

.stats dd:last-child::after {
  content: "";
}

.project {
  margin: 1.75em 0;
  padding-bottom: 1.25em;
  border-bottom: 1px dotted #bbb;
}

.project:last-child {
  border-bottom: none;
}

.project-meta {
  color: #444;
  font-size: 0.92em;
  margin: 0.2em 0 0.6em;
}

.project-meta a {
  text-decoration: underline;
}

.tags {
  margin: 0.5em 0 0.75em;
  line-height: 1.8;
}

.tag {
  display: inline-block;
  font-size: 0.82em;
  padding: 0.1em 0.45em;
  margin: 0 0.25em 0.25em 0;
  border: 1px solid #aaa;
  background: #f5f5f5;
  white-space: nowrap;
}

.feature-list {
  margin-top: 0.5em;
}

.feature-list li {
  margin-bottom: 0.25em;
}

.compact-list li {
  margin-bottom: 0.6em;
}

.note {
  font-size: 0.92em;
  color: #444;
  font-style: italic;
}

.section-intro {
  color: #333;
  margin-bottom: 1em;
}

.highlight-grid {
  margin: 1.25em 0;
}

.highlight-grid li {
  margin-bottom: 0.85em;
}
