@font-face {
  font-family: "Athelas";
  src: url("/fonts/Athelas-Regular.tff") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  background: #f4efe6;
  color: #27211b;
  font-family: "Athelas", Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.6;
}

main {
  max-width: 720px;
  margin: 70px auto;
  padding: 0 24px;
}

h1 {
  font-size: 50px;
  font-weight: normal;
  margin: 0;
  color: #214373;
}

h1 a {
  color: #214373;
  text-decoration: none;
}

h1 a:visited {
  color: #214373;
}

h1 a:hover {
  color: #214373;
  text-decoration: none;
}

header p {
  margin-top: 4px;
  color: #3b566e;
}

.bloco {
  margin-top: 42px;
}

h2 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #b52832;
}

h2 a,
h2 a:visited {
  color: inherit;
  text-decoration: none;
}

h2 a:hover {
  color: inherit;
  text-decoration: underline;
}

h2 span {
  color: inherit;
  text-decoration: none;
}

ul {
  margin-top: 0;
  padding-left: 22px;
}

li {
  margin-bottom: 8px;
}

li a,
.subitem a {
  color: #4b7847;
  text-decoration: none;
}

li a:visited,
.subitem a:visited {
  color: #4b7847;
}

.sobre-texto a,
.sobre-texto a:visited {
  color: #4b7847;
  text-decoration: none;
}

a:hover,
.sobre-texto a:hover {
  text-decoration: underline;
}

.subitem {
  margin-top: -4px;
  color: #6d6257;
}

.hieroglifos-finais {
  font-size: 2.2em;
  line-height: 1;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 0;
}

.citacao-final {
  margin-top: 34px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1em;
  line-height: 1.6;
  hyphens: none;
}

.citacao-final a,
.citacao-final a:visited {
  color: #4b7847;
  text-decoration: none;
}

.citacao-final a:hover {
  color: #4b7847;
  text-decoration: underline;
}

.titulo-texto {
  text-align: center;
  font-style: normal;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
}

.texto-livro {
  margin-top: 40px;
  text-align: justify;
  hyphens: auto;
}

.texto-livro .capitulo {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 2em 0 1em 0;
}

.texto-livro p {
  margin: 0;
  text-align: justify;
  text-indent: 2em;
}

.texto-livro p.com-secao {
  text-indent: 0;
}

.texto-livro .secao {
  display: inline;
  margin-right: 0.25em;
  font-weight: bold;
}

.texto-livro p.com-secao > .secao:first-child {
  display: inline-block;
  min-width: 2em;
  margin-right: 0;
}

.texto-livro .nota {
  font-size: 0.72em;
  vertical-align: super;
  line-height: 0;
}

footer {
  margin-top: 90px;
  font-size: 14px;
}

footer a {
  color: #bb6c39;
  text-decoration: none;
}

footer a:visited {
  color: #bb6c39;
}