body.is-gutenberg {
  background-color: #FCFCFC;
}
body.is-gutenberg .entry-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
}
body.is-gutenberg .entry-content ul {
  list-style: disc;
  left: 20px;
  position: relative;
}
body.is-gutenberg .entry-content ol {
  list-style: decimal;
  left: 20px;
  position: relative;
}
body.is-gutenberg .entry-content h2, body.is-gutenberg .entry-content h3, body.is-gutenberg .entry-content h4, body.is-gutenberg .entry-content h5, body.is-gutenberg .entry-content h6 {
  font-family: "Nunito Sans", Sans-serif;
}
body.is-gutenberg .entry-content p, body.is-gutenberg .entry-content li {
  line-height: 2em;
}
body.is-gutenberg .entry-content .entry-title {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  color: #FBB12E;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  body.is-gutenberg .entry-content .entry-title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
