
body {
  font-family: "Poppins", sans-serif;
  background-color: #f5f1eb;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "League Spartan", sans-serif;

  &.menu-title {
    font-family: "Poppins", sans-serif;
  }
}

.lexxy-editor__content, .lexxy-content {
  p {
    margin: 0.5em 0
  }

  ol {
    list-style-type: decimal;
    padding-left: 1em;
  }

  ul {
    list-style-type: disc;
    padding-left: 1em;
  }
}
