body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 1em;
  background-color: #222222;
  color: #eee;
  max-width: 40rem;
  padding: 2rem;
  margin: auto;
}

hr {
  border: 1px solid #2c2c2c;
}

img {
  max-width: 100%;
}

a {
  color: #bf8111;
}

h1, h2, strong {
  color: #eee;
}

h1 {
  font-size: 1.6em;
  margin-bottom: .5em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
  margin-bottom: .5em;
}

.muted {
  color: #aaa;
  text-decoration: none;
}

.small {
  font-size: .8em;
}

.post-meta {
  font-size: .8em;
}

.index-post {
  padding-bottom: .7em;
}

@media (prefers-color-scheme: light) {
  h1, h2, strong {
    color: #111;
  }

  a {
    color: #0074D9;
  }

  body {
    background-color: #fafafa;
    color: #222;
  }

  hr {
    border-color: #eee;
  }

  .muted {
    color: #636363;
  }
}
