/* line 3, assets/scss/_gutenberg.scss */
h1, h2, h3 {
  font-family: "pioneerbrushregular" !important;
}

/* line 6, assets/scss/_gutenberg.scss */
.editor-styles-wrapper h2 {
  font-family: "pioneerbrushregular" !important;
  font-size: 60px;
  font-weight: 400 !important;
  line-height: 1.25em;
  text-align: center !important;
  letter-spacing: 0.01em !important;
}

/* line 14, assets/scss/_gutenberg.scss */
.editor-styles-wrapper p {
  font-size: 22px;
  line-height: 1.25em;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

/* line 22, assets/scss/_gutenberg.scss */
.mcw-fp-section-inner p strong,
.editor-styles-wrapper p strong {
  color: currentcolor !important;
}

/* line 28, assets/scss/_gutenberg.scss */
.is-style-white-text-quote,
.editor-styles-wrapper .is-style-white-text-quote {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px;
}
/* line 34, assets/scss/_gutenberg.scss */
.is-style-white-text-quote p,
.editor-styles-wrapper .is-style-white-text-quote p {
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-style: italic;
}
/* line 39, assets/scss/_gutenberg.scss */
.is-style-white-text-quote cite,
.editor-styles-wrapper .is-style-white-text-quote cite {
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 26px !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  font-style: normal;
}

/* line 49, assets/scss/_gutenberg.scss */
blockquote.wp-block-quote {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px;
}
@media screen and (max-width: 960px) {
  /* line 49, assets/scss/_gutenberg.scss */
  blockquote.wp-block-quote {
    width: 100%;
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  /* line 49, assets/scss/_gutenberg.scss */
  blockquote.wp-block-quote {
    width: 100%;
  }
}
/* line 61, assets/scss/_gutenberg.scss */
blockquote.wp-block-quote p {
  font-size: 30px !important;
  line-height: 40px !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1060px) {
  /* line 61, assets/scss/_gutenberg.scss */
  blockquote.wp-block-quote p {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 61, assets/scss/_gutenberg.scss */
  blockquote.wp-block-quote p {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}
@media screen and (max-width: 690px) {
  /* line 61, assets/scss/_gutenberg.scss */
  blockquote.wp-block-quote p {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media screen and (max-width: 560px) {
  /* line 61, assets/scss/_gutenberg.scss */
  blockquote.wp-block-quote p {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
