*[data-theme=theme-primary] {
  --section-background-color: #ec7404;
  --heading-color: #eee;
  --body-text-heading-color: #eee;
}
*[data-theme=theme-primary] .body-text h3 {
  color: #eee;
}

*[data-theme=theme-secondary] {
  --section-background: #efefef;
  --body-text-color: #333;
}

.d-p-side-image .d-p-side-image__content.right .row {
  background: url("../../../assets/images/side_edge.png") repeat-y center left -30px;
}
.d-p-side-image .d-p-side-image__content.left .row {
  background: url("../../../assets/images/side_edge.png") repeat-y center right -30px;
}
.d-p-side-image h1.heading {
  font-family: Oxanium, serif;
  text-transform: uppercase;
  /* font-style: italic; */
}
.d-p-side-image h2.heading {
  font-family: Oxanium, serif;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  /* font-style: italic; */
}

/*# sourceMappingURL=d-p-side-image.css.map*/