html {
  background: #05080c;
  color: #c8d2d8;
}

body {
  margin: 0;
  font-family: "IBM Plex Mono", "Lucida Console", Monaco, monospace;
  font-size: 14px;
  line-height: 1.72;
}

a {
  color: #78b9c9;
  text-decoration: underline;
}

a:hover {
  color: #9ad7e6;
}

.shell {
  max-width: 720px;
  margin: 52px auto 96px;
  padding: 0 18px;
}

.site-header,
.site-footer {
  border-top: 1px solid #25323c;
  padding-top: 10px;
}

.site-footer {
  margin-top: 48px;
  color: #73808a;
  font-size: 12px;
}

.site-name,
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: 0.08em;
}

.site-name {
  margin: 0 0 8px;
  font-size: 16px;
  text-transform: uppercase;
}

.site-name a {
  color: #d7e1e6;
  text-decoration: none;
}

.site-nav,
.site-tagline,
.meta,
.tag-row,
.section-label,
.summary,
.back-link {
  font-size: 12px;
}

.site-nav,
.site-tagline {
  margin: 0 0 6px;
}

.site-tagline,
.meta,
.summary,
.tag-row,
.current,
.site-footer {
  color: #73808a;
}

.page {
  margin-top: 34px;
}

h1 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.25;
  text-transform: uppercase;
}

h2,
h3 {
  margin: 28px 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}

p,
ul,
ol,
blockquote,
pre {
  margin: 0 0 18px;
}

.lede {
  margin-bottom: 18px;
}

.section-label {
  margin-bottom: 10px;
  color: #73808a;
}

.essay-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.essay-list li {
  border-top: 1px solid #162029;
  padding: 8px 0 10px;
}

.essay-list a,
.essay-list .meta,
.essay-list .summary {
  display: block;
}

.essay-list a {
  margin: 1px 0 3px;
}

.essay-body h2,
.essay-body h3 {
  margin-top: 32px;
}

.essay-body a {
  word-break: break-word;
}

.tag-row span {
  margin-right: 8px;
}

blockquote {
  border-left: 1px solid #25323c;
  padding-left: 14px;
  color: #aeb8be;
}

pre,
code {
  font-family: inherit;
}

pre {
  border: 1px solid #25323c;
  padding: 12px;
  overflow-x: auto;
}

code {
  color: #9cc7d2;
}

@media (max-width: 760px) {
  .shell {
    margin-top: 24px;
    margin-bottom: 48px;
    padding: 0 14px;
  }
}
