:root {
  --color-aside-bg: #ffe7ce;
}

article,
.content {
  max-width: 1024px;
  margin: 0 auto;

  header {
    margin: 32px 0;

    h1 {
      margin: 0 0 10px 0;
    }

    time {
      font-style: italic;
      font-size: 14px;
      color: var(--color-text-time);
    }
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  color: var(--color-title);
}

p {
  text-wrap: pretty;
  line-height: 32px;
  margin: 0 0 16px 0;
  color: var(--color-text-950);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-family: 'Domine', serif;
}

h1 {
  font-size: 54px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin: 32px 0;
}

h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin: 32px 0 24px 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 32px 0;
  list-style-position: inside;

  li {
    margin: 0 0 8px 0;

    ol,
    ul {
      margin: 0 0 0 16px;
    }
  }
}

aside {
  padding: 8px 16px;
  border-radius: 3px;
  background: var(--color-aside-bg);
  margin: 0 0 16px 0;
  font-style: italic;
  font-size: 15px;
}

hr {
  background: var(--color-text-300);
  height: 1px;
  border: none;
  margin: 16px 0 24px 0;
}

blockquote {
  padding-left: 16px;
  font-style: italic;
  border-left: 2px solid var(--color-text-500);
}
