h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

h1 {
  font-size: 300%
}

body {
  font-family: "Fraunces", Georgia, "Times New Roman", Times, serif;
  text-align: justify;
}

pre {
  border: 1px solid #000;
}

th,
td {
  border-bottom: 1px solid #000;
}

thead {
  border-bottom: 3px double #000;
}

blockquote {
  border-left: 1px dashed #000;
  font-variant: small-caps;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
blockquote p:first-letter {
  font-weight: bold;
}