*, *::before, *::after {
  box-sizing: border-box;
}

::selection {
  background: #bae6fd;
  color: #0c4a6e;
}

.prose {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #44403c;
}

.prose p {
  margin-bottom: 1.5em;
}

.prose strong {
  font-weight: 600;
  color: #1e3a5f;
}

.prose em {
  font-style: italic;
}

.prose blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #0369a1;
  background: #f0f9ff;
  border-radius: 0 .5rem .5rem 0;
  font-style: italic;
  color: #57534e;
}

.prose blockquote p {
  margin-bottom: 0;
}

.prose blockquote footer {
  font-style: normal;
  font-size: .875rem;
  color: #78716c;
  margin-top: .5rem;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

@media print {
  header, footer {
    display: none;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 12pt;
  }

  .prose {
    max-width: 100%;
  }
}
