.main-content {
  max-width: 785px;
  margin: 2em auto;
  padding: 1em;
}

@font-face {
  font-family: 'GreatHebrewFont';
  src: url('./TaameyFrankCLM-Medium.ttf') format('truetype');
  unicode-range: U+0590-05FF;
}
html {
  font-family: GreatHebrewFont, DejaVu Sans;
  font-size: 120%;
}
code {
  /* Somehow Firefox doesn't use default font for <code> */
  font-family: GreatHebrewFont, DejaVu Sans;
}

a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
p, ul, ol {
  text-align: justify;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
}

figure {
  text-align: center;
}
figure img {
  margin: 0;
  padding: 0;
}
figcaption {
  margin-top: 0;
  line-height: 1em;
  font-size: .8rem;
  color: grey;
  text-align: center;
}

table.chapter {
  width: 100%;
}
table.chapter tr td {
  margin: 0;
  padding: 0;
  text-align: justify;
}
table.chapter tr td {
  vertical-align: text-top;
}
table.chapter tr:nth-child(1) td:nth-child(1) {
  font-weight: bold;
}
table.chapter tr:nth-child(1) td:nth-child(2) {
  font-size: 122%;
  line-height: 110%;
  direction: rtl;
  padding-left: 1em;
}
table.chapter tr:nth-child(2) td {
  text-align: right;
}
/* First letter of Beresheet */
table.capitalize tr:nth-child(1) td:nth-child(2)::first-letter {
  font-size: 150%;
}

blockquote {
  margin: 1em 0 0 0;
  padding: 0 0 0 1em;
  border-left: thick solid lightgrey;
  font-style: italic;
}

.title-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #2e4057;
}
.title-page .title {
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 5px;
}
.title-page .subtitle::before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #2e4057;
  margin: 30px auto;
}
.title-page .subtitle {
  font-size: 36px;
  font-weight: 300;
  max-width: 80%;
}
.title-page img {
  margin-top: 1em;
}
.title-page .author {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
}
.title-page .edition {
  font-size: 20px;
  margin-top: 0.5em;
}
.title-page .year {
  font-size: 20px;
  margin-top: 0.5em;
}
@media (prefers-color-scheme: dark) {
  .title-page {
    color: lightblue;
  }
  .title-page .subtitle::before {
    background-color: lightblue;
  }
}

.comment {
  background-color: #efefef;
}
div.comment {
  border-block: 1px solid lightgrey;
  margin-bottom: 24px;
}
div.comment p:first-child, div.comment blockquote:first-child, div.comment ul:first-child {
  margin-top: 0;
}
div.comment p:last-child, div.comment blockquote:last-child, div.comment ul:last-child {
  margin-bottom: 0;
}
span.comment {
  border: 1px solid lightgrey;
  padding: 0 5px;
  margin-left: 5px;
}
@media (prefers-color-scheme: dark) {
  .comment {
    background-color: #202020;
  }
}
