@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.editorial-content {
  margin-left: auto !important;
  margin-right: auto !important; }
  .editorial-content ul li {
    list-style-position: inside; }

.editorial-content h1, .editorial-content
h2, .editorial-content
h3, .editorial-content
h4, .editorial-content
h5, .editorial-content
h6 {
  padding: 0.25rem;
  background-color: var(--heading-background-color); }

.editorial-content.heading-primary-font h1, .editorial-content.heading-primary-font
h2, .editorial-content.heading-primary-font
h3, .editorial-content.heading-primary-font
h4, .editorial-content.heading-primary-font
h5, .editorial-content.heading-primary-font
h6 {
  font-family: var(--skin-primary-font); }

.editorial-content.heading-secondary-font h1, .editorial-content.heading-secondary-font
h2, .editorial-content.heading-secondary-font
h3, .editorial-content.heading-secondary-font
h4, .editorial-content.heading-secondary-font
h5, .editorial-content.heading-secondary-font
h6 {
  font-family: var(--skin-secondary-font); }

.editorial-content.heading-tertiary-font h1, .editorial-content.heading-tertiary-font
h2, .editorial-content.heading-tertiary-font
h3, .editorial-content.heading-tertiary-font
h4, .editorial-content.heading-tertiary-font
h5, .editorial-content.heading-tertiary-font
h6 {
  font-family: var(--skin-tertiary-font); }

.editorial-content.heading-quaternary-font h1, .editorial-content.heading-quaternary-font
h2, .editorial-content.heading-quaternary-font
h3, .editorial-content.heading-quaternary-font
h4, .editorial-content.heading-quaternary-font
h5, .editorial-content.heading-quaternary-font
h6 {
  font-family: var(--skin-quaternary-font); }

.blog-article-content .editorial-content {
  margin-top: -60px !important; }

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