body {
  background-color: #ffffff;
  color: #12110f;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  max-width: 750px;
  margin: 0 auto;
  padding: 2rem;
  font-size: 17px;
  line-height: 1.4;
}

h1 {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

h2 {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #12110f;
  line-height: 1.4;
}

h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

blockquote {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 0.3rem 0;
  padding: 0;
}

.attribution {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  line-height: 1;
}

p {
  line-height: 1.7;
  margin-bottom: 1rem;
}

.entry {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.8rem;
  border-bottom: 1px dotted #8B0000;
  padding-bottom: 0.2rem;
}

.entry a {
  color: #12110f;
  text-decoration: none;
  font-weight: 500;
}

.entry a:hover {
  color: #8B0000;
}

.description {
  color: #12110f;
  font-weight: 300;
  font-size: 1em;
}

hr {
  border: none;
  border-top: 1px solid #12110f;
  margin: 2rem 0;
}