@font-face {
  font-family: "BigShouldersStencilDisplay";
  src: url("../fonts/BigShouldersStencilDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "BigShouldersDisplay";
  src: url("../fonts/BigShouldersDisplay-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "BigShouldersDisplay";
  src: url("../fonts/BigShouldersDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "BigShouldersDisplay";
  src: url("../fonts/BigShouldersDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "BigShouldersDisplay";
  src: url("../fonts/BigShouldersDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "BigShouldersDisplay";
  src: url("../fonts/BigShouldersDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "BigShouldersDisplay";
}

body#tinymce, .wp-content {
  position: relative;
  font-family: "Roboto", sans-serif;
}
body#tinymce > *:first-child, .wp-content > *:first-child {
  margin-top: 0;
}
body#tinymce *, .wp-content * {
  margin: 0;
  padding: 0;
}
body#tinymce h2, .wp-content h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #184F49;
  margin-top: 15px;
  font-family: "BigShouldersDisplay";
}
@media screen and (max-width: 991px) {
  body#tinymce h2, .wp-content h2 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
body#tinymce h3, .wp-content h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #184F49;
  margin-top: 15px;
  font-family: "BigShouldersDisplay";
}
@media screen and (max-width: 991px) {
  body#tinymce h3, .wp-content h3 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
body#tinymce h4, .wp-content h4 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  color: #184F49 !important;
  margin-top: 15px;
  font-family: "BigShouldersStencilDisplay" !important;
}
@media screen and (max-width: 991px) {
  body#tinymce h4, .wp-content h4 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
body#tinymce h5, .wp-content h5 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #184F49;
  margin-top: 15px;
  font-family: "BigShouldersDisplay";
}
@media screen and (max-width: 991px) {
  body#tinymce h5, .wp-content h5 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
body#tinymce h6, .wp-content h6 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  color: #184F49;
  margin-top: 15px;
  font-family: "BigShouldersDisplay";
}
@media screen and (max-width: 991px) {
  body#tinymce h6, .wp-content h6 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
body#tinymce p, .wp-content p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 991px) {
  body#tinymce p, .wp-content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 10px;
  }
}
body#tinymce ul, .wp-content ul {
  margin-top: 20px;
  list-style: disc;
  padding-inline-start: 20px;
  padding-left: 20px;
}
body#tinymce ol, .wp-content ol {
  margin-top: 20px;
  list-style: decimal;
  padding-inline-start: 20px;
  padding-left: 20px;
}
body#tinymce li, .wp-content li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  list-style: inherit;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 991px) {
  body#tinymce li, .wp-content li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
body#tinymce li + body#tinymce li, body#tinymce li + .wp-content li, .wp-content li + body#tinymce li, .wp-content li + .wp-content li {
  margin-top: 15px;
}
body#tinymce .wp-caption, .wp-content .wp-caption {
  margin: 0 auto;
  max-width: 100%;
}
body#tinymce .wp-caption.aligncenter, .wp-content .wp-caption.aligncenter {
  text-align: center;
}
body#tinymce .wp-caption.alignright, .wp-content .wp-caption.alignright {
  text-align: right;
}
body#tinymce .wp-caption.alignleft, .wp-content .wp-caption.alignleft {
  text-align: left;
}
body#tinymce .wp-caption .wp-caption-text,
body#tinymce .wp-caption .wp-caption-dd, .wp-content .wp-caption .wp-caption-text,
.wp-content .wp-caption .wp-caption-dd {
  margin-top: 12px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  body#tinymce .wp-caption .wp-caption-text,
  body#tinymce .wp-caption .wp-caption-dd, .wp-content .wp-caption .wp-caption-text,
  .wp-content .wp-caption .wp-caption-dd {
    margin-top: 6px;
  }
}
body#tinymce img, .wp-content img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
body#tinymce img.alignnone, .wp-content img.alignnone {
  width: 100%;
}
body#tinymce img.alignleft, .wp-content img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 991px) {
  body#tinymce img.alignleft, .wp-content img.alignleft {
    clear: both;
    float: none;
    display: block;
    margin: 20px 0;
  }
}
body#tinymce img.alignright, .wp-content img.alignright {
  margin: 0 0 20px 20px;
  float: right;
}
@media screen and (max-width: 991px) {
  body#tinymce img.alignright, .wp-content img.alignright {
    clear: both;
    float: none;
    display: block;
    margin: 20px 0;
  }
}
body#tinymce img.aligncenter, .wp-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=maps/editor.css.map */