@charset "UTF-8";
.entry-content {
  color: #fff;
}
.entry-content h2 {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.entry-content ul,
.entry-content ol {
  margin-left: 0;
  padding-left: 2ch;
}
.entry-content .wp-block-quote {
  position: relative;
  font-size: 1.25rem;
  padding-left: 1em;
}
.entry-content .wp-block-quote::before {
  top: 0;
  left: -4%;
  content: "«";
  position: absolute;
  color: #dec79b;
  font-size: 10rem;
  opacity: 0.08;
  font-family: "Prata", serif;
  line-height: 0;
}
.entry-content table {
  display: block;
}
.entry-content table tbody,
.entry-content table tr,
.entry-content table td {
  display: block;
}
.entry-content table td:last-child {
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=gutenberg.css.map */
