@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-display: swap;
  src: url("fonts/montserrat-v24-latin-regular.svg");
  src: url("fonts/montserrat-v24-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v24-latin-regular.woff2") format("woff2"), url("fonts/montserrat-v24-latin-regular.woff") format("woff"), url("fonts/montserrat-v24-latin-regular.ttf") format("truetype"), url("fonts/montserrat-v24-latin-regular.svg") format("svg");
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("fonts/montserrat-v24-latin-italic.svg");
  src: url("fonts/montserrat-v24-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v24-latin-italic.woff2") format("woff2"), url("fonts/montserrat-v24-latin-italic.woff") format("woff"), url("fonts/montserrat-v24-latin-italic.ttf") format("truetype"), url("fonts/montserrat-v24-latin-italic.svg") format("svg");
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-display: swap;
  src: url("fonts/montserrat-v24-latin-500.svg");
  src: url("fonts/montserrat-v24-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v24-latin-500.woff2") format("woff2"), url("fonts/montserrat-v24-latin-500.woff") format("woff"), url("fonts/montserrat-v24-latin-500.ttf") format("truetype"), url("fonts/montserrat-v24-latin-500.svg") format("svg");
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-display: swap;
  src: url("fonts/montserrat-v24-latin-600.svg");
  src: url("fonts/montserrat-v24-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v24-latin-600.woff2") format("woff2"), url("fonts/montserrat-v24-latin-600.woff") format("woff"), url("fonts/montserrat-v24-latin-600.ttf") format("truetype"), url("fonts/montserrat-v24-latin-600.svg") format("svg");
}

/* These styles are used in the backend editor AND in the Theme (frontend) */
/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */
/* Suggested general non-tag-specific visual styles (for all websites) */
/* line 14, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.list {
  margin: 0.35rem 0;
}

/* line 16, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.stdtop {
  margin-top: 0.65rem !important;
}

/* line 18, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.moretop {
  margin-top: 0.8rem !important;
}

/* line 20, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.lotstop {
  margin-top: 1rem !important;
}

/* line 22, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.hugetop {
  margin-top: 1.3rem !important;
}

/* line 24, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.stdbottom {
  margin-bottom: 0.65rem !important;
}

/* line 26, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.morebottom {
  margin-bottom: 0.8rem !important;
}

/* line 28, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.lotsbottom {
  margin-bottom: 1rem !important;
}

/* line 30, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.hugebottom {
  margin-bottom: 1.3rem !important;
}

/* line 32, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.topless {
  margin-top: 0 !important;
}

/* line 34, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.bottomless {
  margin-bottom: 0 !important;
}

/* line 36, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.beforelist {
  margin-bottom: 0.3rem;
}

/* line 38, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.lastitempx {
  padding-bottom: 12px !important;
}

/* line 40, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.lastitemem {
  margin-bottom: 0;
  padding-bottom: 1.3rem;
}

/* line 42, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
strong, .strong, .fett, .bold, .smallBold, .smallerBold {
  font-weight: bold;
}

/* Revert to normal text within strong */
/* line 45, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.notstrong {
  font-weight: normal;
}

/* line 47, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.smaller, .smallerBold {
  font-size: 0.95rem;
  line-height: 1.25;
}

/* line 49, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.small, .smallBold {
  font-size: 0.89rem;
  line-height: 1.2;
}

/* Append your site-specific styles here */
/* line 53, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.intro {
  font-size: 18px;
  padding-top: 10px;
}

/* line 54, html/wp-content/themes/wamustermann/assets/scss/editor-style-shared.scss */
.subheader {
  font-size: 18px;
  color: #474747;
}

/*# sourceMappingURL=editor-style-shared.css.map */